aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-07-13 16:11:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-07-13 16:11:18 +0000
commit0c5f0d28dfbf5cb4bcff32287db2df14bf4463bc (patch)
tree839f1f8b85fd56e73242515015b81d64be0d0cd8
parent565fb2776dcad91f20a3e3df2cc8b1b0773e8f23 (diff)
downloadports-0c5f0d28dfbf5cb4bcff32287db2df14bf4463bc.tar.gz
ports-0c5f0d28dfbf5cb4bcff32287db2df14bf4463bc.zip
Do not use file that py-gobject and py-gtk have same file. It causes record
incorrect dependency when py-object exists. Use different file to detect file in *_DEPENDS by use USE_GNOME=pygtk. Bump the PORTREVISION. PR: ports/125482 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Notes
Notes: svn path=/head/; revision=216777
-rw-r--r--x11-toolkits/py-gnome/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index 2506e102b097..eda1d1cdce74 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= py-gnome
PORTVERSION= 1.4.4
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python/1.4
@@ -17,13 +17,10 @@ DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= A set of Python bindings for GNOME
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk
-
USE_BZIP2= yes
USE_GMAKE= yes
USE_PYTHON= yes
-USE_GNOME= gtkhtml gnometarget
+USE_GNOME= gtkhtml gnometarget pygtk
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
--with-gnome-config=${LOCALBASE}/bin/gnome-config \