diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-21 10:07:35 +0000 |
commit | d91657464badb4a89017abc58664368822d5ad40 (patch) | |
tree | 1b79e8a10db5e061d7c738311832986abfa56b0f /net/openldap21-server/Makefile | |
parent | 79bd93c6e557a748618d1aef21d2d301f72d81a9 (diff) | |
download | FreeBSD-ports-d91657464badb4a89017abc58664368822d5ad40.zip FreeBSD-ports-d91657464badb4a89017abc58664368822d5ad40.tar.gz |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'net/openldap21-server/Makefile')
-rw-r--r-- | net/openldap21-server/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile index dbf4401..1e83b67 100644 --- a/net/openldap21-server/Makefile +++ b/net/openldap21-server/Makefile @@ -28,7 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db2 -D_THREAD_SAFE" \ CONFIGURE_ARGS+= --enable-ldbm --with-ldbm-api=db2 .endif -GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --localstatedir=/var/run --enable-shared --enable-dns |