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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 1 | ||||
-rw-r--r-- | textproc/openjade/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index a6965716bcec..884de2313a06 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -19,7 +19,6 @@ MAINTAINER= jfieber@FreeBSD.org USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index c98f3b3146df..f4483b6dc3a3 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -15,7 +15,6 @@ MAINTAINER= kuriyama@FreeBSD.org USE_GMAKE= YES USE_LIBTOOL= YES -GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog |