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/guile-gnome | |
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/guile-gnome')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index 4e32a00981e7..c079948c1266 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -24,7 +24,6 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_LIBTOOL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-bonobo --without-gtkhtml --with-libglade CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ |