diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-12-31 21:05:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-12-31 21:05:30 +0000 |
commit | 70dd4f3a4d7a3bbca6af783892881327315eb748 (patch) | |
tree | 00959b0d379fe4e687494f9785f03d491226d84e | |
parent | 0150d18de9657c78477ccb7095749c75e277bebf (diff) | |
download | ports-70dd4f3a4d7a3bbca6af783892881327315eb748.tar.gz ports-70dd4f3a4d7a3bbca6af783892881327315eb748.zip |
Notes
-rw-r--r-- | graphics/py-cairo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 1f51f92b7714..cc68e75a7bc7 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -8,6 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +17,9 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for Cairo -BUILD_DEPENDS= ${PYNUMERIC} +BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${PYNUMERIC} +RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= yes USE_GMAKE= yes |