summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/seahorse/Makefile5
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