diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-14 13:37:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-14 13:37:37 +0000 |
commit | bf75d60309e0166533c5cab00947d41c107d8325 (patch) | |
tree | 6ee02d2a050d77bd5ee6ed2a6ebace3a7b82d50c /x11-toolkits/py-gnome2 | |
parent | 97d1713dd23c5456f5f9f91891f9fcbcda13094a (diff) | |
download | ports-bf75d60309e0166533c5cab00947d41c107d8325.tar.gz ports-bf75d60309e0166533c5cab00947d41c107d8325.zip |
Update to 1.4.2.
Notes
Notes:
svn path=/head/; revision=62921
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 72e6933d18f0..c0dab7619f6e 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -19,8 +19,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk USE_GMAKE= yes USE_PYTHON= yes -USE_GNOME= yes -GNU_CONFIGURE= yes +USE_GNOMENG= yes +USE_GNOME= gtkhtml +USE_LIBTOOL= yes +LIBTOOLFILES= configure pygtk/configure CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ --with-gtkhtml |