diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 3fe920da0117..179509b0a954 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -8,14 +8,14 @@ PORTNAME= seahorse PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A front end for GnuPG +COMMENT= GNOME application for managing encryption keys (PGP, SSH) BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 @@ -25,7 +25,7 @@ LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \ USE_LDCONFIG= yes USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes USE_GECKO= firefox xulrunner firefox-devel<->firefox USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui @@ -71,6 +71,9 @@ 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 |