diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 18:07:35 +0800 |
commit | d91657464badb4a89017abc58664368822d5ad40 (patch) | |
tree | 1b79e8a10db5e061d7c738311832986abfa56b0f /x11-toolkits/py-gtk | |
parent | 79bd93c6e557a748618d1aef21d2d301f72d81a9 (diff) | |
download | freebsd-ports-gnome-d91657464badb4a89017abc58664368822d5ad40.tar.gz freebsd-ports-gnome-d91657464badb4a89017abc58664368822d5ad40.tar.zst freebsd-ports-gnome-d91657464badb4a89017abc58664368822d5ad40.zip |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 2989366e0e1c..d00e043ba430 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python GTK_CONFIG= ${X11BASE}/bin/gtk12-config -GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} CONFIGURE_ARGS= --with-python=python1.5 |