diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-17 20:58:54 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-17 20:58:54 +0800 |
commit | ccbcb29752092beae4d37ee0dab6ccb07e230a2d (patch) | |
tree | 7bffe01ef73f1973710591550fab67636483c4ec /x11-toolkits/py-gtk | |
parent | 848c594f7667c4d38c68e84a2425cec97aec15f7 (diff) | |
download | freebsd-ports-gnome-ccbcb29752092beae4d37ee0dab6ccb07e230a2d.tar.gz freebsd-ports-gnome-ccbcb29752092beae4d37ee0dab6ccb07e230a2d.tar.zst freebsd-ports-gnome-ccbcb29752092beae4d37ee0dab6ccb07e230a2d.zip |
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>
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 5 |
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} |