diff options
author | mikeh <mikeh@FreeBSD.org> | 2004-11-16 11:58:29 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2004-11-16 11:58:29 +0800 |
commit | f8d87decab007a9fea6728bdd5d4f0658ffa9d62 (patch) | |
tree | d6da8748500c058aa4a71ed691b59bfc1c8b328c | |
parent | e7d7ed08fe85e2bf66abe232f14a903d39f50bec (diff) | |
download | freebsd-ports-gnome-f8d87decab007a9fea6728bdd5d4f0658ffa9d62.tar.gz freebsd-ports-gnome-f8d87decab007a9fea6728bdd5d4f0658ffa9d62.tar.zst freebsd-ports-gnome-f8d87decab007a9fea6728bdd5d4f0658ffa9d62.zip |
Until I find time to test the new OpenLDAP, remove the option to build with it. Sean McNeil
reports this is breaking an INDEX build and I don't want that.
-rw-r--r-- | mail/xfmail/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 28d401c34012..a261fc0608d8 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -49,11 +49,6 @@ LIB_DEPENDS+= compface:${PORTSDIR}/mail/faces CONFIGURE_ARGS+= --with-faces .endif -.if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12 -CONFIGURE_ARGS+= --with-ldap -.endif - MAN1= xfmail.1 pre-everything:: @@ -67,9 +62,6 @@ pre-everything:: .ifndef(WITH_FACES) @echo "To build with faces support, restart make and define WITH_FACES" .endif -.ifndef(WITH_LDAP) - @echo "To build with LDAP support, restart make and define WITH_LDAP" -.endif @echo post-patch: |