aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-cairo
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-12-31 21:05:30 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-12-31 21:05:30 +0000
commit70dd4f3a4d7a3bbca6af783892881327315eb748 (patch)
tree00959b0d379fe4e687494f9785f03d491226d84e /graphics/py-cairo
parent0150d18de9657c78477ccb7095749c75e277bebf (diff)
downloadports-70dd4f3a4d7a3bbca6af783892881327315eb748.tar.gz
ports-70dd4f3a4d7a3bbca6af783892881327315eb748.zip
Fix the dependency, PYNUMERIC -> PYNUMPY. In the ChangeLog shows:
-------------- * cairo/pycairo-surface.c: Remove Numeric Python support, since Numeric has been made obsolete by numpy, and numpy data can be read using ImageSurface.create_for_data. -------------- Bump the PORTREVISION. PR: ports/130031 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Notes
Notes: svn path=/head/; revision=225072
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r--graphics/py-cairo/Makefile5
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