diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
commit | cc121d979407d6c3fdfdef751cec3b97e5ed9885 (patch) | |
tree | c2b4515527fa44f542b6521d6f5d161920a65bce /textproc/jade | |
parent | Update to 0.0.27. (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 1 |
1 files changed, 0 insertions, 1 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 |