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 /net/openldap22 | |
parent | Update to 0.0.27. (diff) |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Diffstat (limited to 'net/openldap22')
-rw-r--r-- | net/openldap22/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index dbf440189c95..1e83b6785b3d 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/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 |