summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-16 00:52:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-16 00:52:42 +0800
commit8690ee4ff2f0c9260677556d99ae71ff06020fc6 (patch)
treeab47f14b7f16c9b153dcf7990066b8b00259d592 /x11-toolkits
parent8768d04b70f780fcf397f0a37659ce8cf0655b2a (diff)
downloadmarcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.tar
marcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.tar.gz
marcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.tar.bz2
marcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.tar.lz
marcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.tar.xz
marcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.tar.zst
marcuscom-ports-8690ee4ff2f0c9260677556d99ae71ff06020fc6.zip
Add PYNUMERIC to the BUILD_DEPENDS.
Submitted by: Pawel Worach <pawel.worach@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12632 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-gtk2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index 15c975934..c7d696ecc 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -3,11 +3,12 @@
# Whom: marc@informatik.uni-bremen.de
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.61 2009/05/26 16:06:06 kwm Exp $
+# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.62 2009/06/21 09:31:16 avl Exp $
#
PORTNAME= gtk
PORTVERSION= 2.15.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits python
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -18,7 +19,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A set of Python bindings for GTK+
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
+BUILD_DEPENDS= ${PYNUMERIC} \
+ ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject
RUN_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \