diff options
Diffstat (limited to 'net/openldap22-server/Makefile')
-rw-r--r-- | net/openldap22-server/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 1231a39daa64..b2148c3a23db 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.2.30 -PORTREVISION= ${OPENLDAP_PORTREVISION} +OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ http://public.planetmirror.com/pub/openldap/%SUBDIR%/ \ @@ -38,8 +38,8 @@ WANT_OPENLDAP_VER?= 22 BROKEN= "incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}" .endif -PORTREVISION_CLIENT= 0 -PORTREVISION_SERVER= 0 +OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} +OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} .if defined(CLIENT_ONLY) OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} @@ -86,7 +86,7 @@ BROKEN= Unknown PKGNAMESUFFIX ${PKGNAMESUFFIX} USE_OPENSSL= yes USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} |