summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-17 12:58:54 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-17 12:58:54 +0000
commit263dc5ff647a223dbf0f45ed6a44746bd721ab64 (patch)
treea34c4dd46c28e79ba940dd454e5563f0f6ebdb8a /x11-toolkits/py-gtk
parent- Update to 0.50.33-1 (diff)
Replace USE_GNOME with USE_GNOMELIBS + libglade in LIB_DEPENDS - this reduces
length of dependency chain from 50 ports to only 39. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=56239
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r--x11-toolkits/py-gtk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile
index 5f637ce16493..0e293bbf4ac2 100644
--- a/x11-toolkits/py-gtk/Makefile
+++ b/x11-toolkits/py-gtk/Makefile
@@ -16,13 +16,14 @@ MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
+ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
+ glade.4:${PORTSDIR}/devel/libglade
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOMELIBS= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PYTHON=${PYTHON_CMD}