Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/py-cairo/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 8 Sep 2008 02:42:00 -0000 1.21 +++ Makefile 23 Sep 2008 21:18:21 -0000 @@ -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 @@ 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