diff options
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 72e6933d18f0..c0dab7619f6e 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/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 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 |