diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-03 04:13:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-03 04:13:31 +0800 |
commit | a1c6ef6e8cff8791a55c9cd69874920c51dcce65 (patch) | |
tree | 0035c31fcebb26eb5ad8c79fcf5dace085f74f89 | |
parent | 0ce440b81fae1a627cf5ef4903b0c7af3421b30d (diff) | |
download | marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.tar marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.tar.gz marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.tar.bz2 marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.tar.lz marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.tar.xz marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.tar.zst marcuscom-ports-a1c6ef6e8cff8791a55c9cd69874920c51dcce65.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11848 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/py-cairo/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 8ab7879c7..3316a7304 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.24 2008/12/20 05:43:37 marcus Exp $ +# $MCom: ports/graphics/py-cairo/Makefile,v 1.25 2008/12/31 20:59:55 mezz Exp $ # PORTNAME= cairo PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for Cairo -BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= yes USE_GMAKE= yes |