diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-06 21:16:05 +0000 |
commit | c126810efd96bf00b64bd08ed2b30b3b1302d4c2 (patch) | |
tree | 0912f748ae45e20155bd1db9a53bfb4c0ce511a8 /x11-toolkits/py-gnome | |
parent | e20e302afe0d8e17121947ced86142dccb133e3b (diff) | |
download | ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.tar.gz ports-c126810efd96bf00b64bd08ed2b30b3b1302d4c2.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 849dd8ce55f4..3e063ca3f8dd 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -23,14 +23,13 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes -USE_GNOMENG= yes +GNOME_DESKTOP_VERSION=1 USE_GNOME= gtkhtml libpanel USE_LIBTOOL= yes LIBTOOLFILES= configure pygtk/configure CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ --with-gtkhtml -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome |