aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-cairo
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-01-02 20:12:10 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-01-02 20:12:10 +0000
commit6e1e5c615486ea76b819ebe9212d2452b01e161b (patch)
tree5a312cc8921dce62c08c722f6deb1b7deee1558a /graphics/py-cairo
parent60e9a12c8f2010a06c3894918e9f20a76b31e36f (diff)
downloadports-6e1e5c615486ea76b819ebe9212d2452b01e161b.tar.gz
ports-6e1e5c615486ea76b819ebe9212d2452b01e161b.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>
Notes
Notes: svn path=/head/; revision=225142
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r--graphics/py-cairo/Makefile4
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