diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-09-29 20:56:01 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-09-29 20:56:01 +0800 |
commit | d1ec35e98f7a8909621f68b94bb86ea098c24de3 (patch) | |
tree | 46568387fecad8d4f4417ab258d024a1077e22fc /mail | |
parent | 3d0baebee182c7f2b3c335c8e7fe31f63c15354c (diff) | |
download | freebsd-ports-gnome-d1ec35e98f7a8909621f68b94bb86ea098c24de3.tar.gz freebsd-ports-gnome-d1ec35e98f7a8909621f68b94bb86ea098c24de3.tar.zst freebsd-ports-gnome-d1ec35e98f7a8909621f68b94bb86ea098c24de3.zip |
Don't hard-code the desired OpenLDAP version; this value happens to be
the default now, and should slide foward gracefully (or obey make.conf
or portupgrade.conf).
Reported by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-ldap2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/exim-ldap2/Makefile b/mail/exim-ldap2/Makefile index a9a87e77ea2c..1336557f9fb3 100644 --- a/mail/exim-ldap2/Makefile +++ b/mail/exim-ldap2/Makefile @@ -9,6 +9,5 @@ PKGNAMESUFFIX= -ldap2 MASTERDIR= ${.CURDIR}/../exim WITH_OPENLDAP= yes -WITH_OPENLDAP_VER= 21 .include "${MASTERDIR}/Makefile" |