From 263dc5ff647a223dbf0f45ed6a44746bd721ab64 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sun, 17 Mar 2002 12:58:54 +0000 Subject: 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 --- x11-toolkits/py-gtk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/py-gtk') 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} -- cgit v1.2.3