diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-24 05:18:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-24 05:18:23 +0800 |
commit | 7e32cee603659052360935ffdf08cafaf2e878b2 (patch) | |
tree | 491cda93d827d4013d98710495bae9c02ed1e4d3 | |
parent | ad0ebd34202f78bc182903a42845cad4b5f760e5 (diff) | |
download | marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.tar marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.tar.gz marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.tar.bz2 marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.tar.lz marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.tar.xz marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.tar.zst marcuscom-ports-7e32cee603659052360935ffdf08cafaf2e878b2.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11168 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 806717942..00b1e87aa 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,7 +3,7 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.61 2008/03/14 14:13:03 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.63 2008/07/23 03:15:45 marcus Exp $ # PORTNAME= seahorse @@ -44,9 +44,6 @@ OPTIONS= LDAP "Enable LDAP support" on \ .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes -.if ${WANT_OPENLDAP_VER} >= 23 -CFLAGS+= -DLDAP_DEPRECATED -.endif .else CONFIGURE_ARGS+=--disable-ldap .endif |