diff options
author | mezz <mezz@FreeBSD.org> | 2009-01-03 04:12:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-01-03 04:12:10 +0800 |
commit | 739e6e0341f874730574b0f148688c3387f74f0f (patch) | |
tree | a733c34988b4f1f61f7db5700a8a576ac9ac7e85 /graphics | |
parent | 2633c838c2bb92b156696b95cfda4d8debc95ce4 (diff) | |
download | freebsd-ports-gnome-739e6e0341f874730574b0f148688c3387f74f0f.tar.gz freebsd-ports-gnome-739e6e0341f874730574b0f148688c3387f74f0f.tar.zst freebsd-ports-gnome-739e6e0341f874730574b0f148688c3387f74f0f.zip |
Remove PYNUMPY dependency, it's actually complete remove but only left in
the test scripts to show how to get py-cairo works with py-numpy. I should
have check more in tarball rather than ChangeLog. Bump the PORTREVISION.
PR: ports/130108
Submitted by: Keith Gaughan <keith.gaughan@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-cairo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index cc68e75a7bc7..9e568495cb76 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -8,7 +8,7 @@ PORTNAME= cairo PORTVERSION= 1.6.4 -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 |