summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-14 12:07:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-14 12:07:45 +0000
commit52a0052d288c0bb2131787fc52e60178648d58f6 (patch)
tree1205e513f91cbb84fbb33034bf3a77ed99c7641c /x11-toolkits/py-gtk2
parentUpdate to 1.08. (diff)
Use USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=62917
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r--x11-toolkits/py-gtk2/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index 0e293bbf4ac2..ac9947d56a8c 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -15,20 +15,17 @@ DISTNAME= gnome-python-1.4.2
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 \
- glade.4:${PORTSDIR}/devel/libglade
+LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk
USE_GMAKE= yes
-USE_GNOMELIBS= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs gdkpixbuf libglade
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
- --datadir=${PREFIX}/share
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
EG_SRC_DIR= ${WRKSRC}/examples