summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-21 22:29:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-21 22:29:22 +0000
commit7336164f4912e81b6d20fc99305dbca3957b1cc0 (patch)
treee5592006c4bd4c3fec5754c407713575b5a5193b /security/seahorse
parentRemove japanese/samba and suggest samba3 instead, after it (diff)
- Separate OpenLDAP related code into bsd.ldap.mk
- Change default OpenLDAP version to 2.4 - Remove OpenLDAP 2.2 support, the port has been gone for some time now - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports PR: ports/123602, ports/124115, ports/125605 Submitted by: delphij, Jens Rehsack <rehsack@web.de>, Yuri Pankov <yuri.pankov@gmail.com> - Remove USE_GTK, it's no longer used PR: ports/123528 Submitted by: mezz - Use PATCH_WRKSRC instead of WRKSRC in do-patch target PR: ports/124169 Submitted by: Max Brazhnikov <makc@issp.ac.ru> - Remove USE_XPM, it's been replaced by USE_XORG+=xpm PR: ports/124506 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Minor fixups for bsd.port.mk PR: ports/122675 Submitted by: linimon - Remove stale comment about USE_GETOPT_LONG PR: ports/124521 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Correct comment about default fetch arguments PR: ports/125334 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
Notes
Notes: svn path=/head/; revision=217264
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index f6abf34f1563..e2e5a710666b 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -68,9 +68,6 @@ CONFIGURE_ARGS+=--disable-nautilus
.if !defined(WITHOUT_LDAP)
USE_OPENLDAP= yes
-.if ${WANT_OPENLDAP_VER} >= 23
-CFLAGS+= -DLDAP_DEPRECATED
-.endif
.else
CONFIGURE_ARGS+=--disable-ldap
.endif