diff options
author | marcus <marcus@FreeBSD.org> | 2007-08-19 00:15:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-08-19 00:15:38 +0800 |
commit | 422b8af8512edb128a29533c37ab92767d2c01fc (patch) | |
tree | 6eaee57ad070282cb28c22f61a911f9e8a0ebf17 /security | |
parent | 7dbbfa768de3d0374653eba7258561bf143cae1c (diff) | |
download | freebsd-ports-gnome-422b8af8512edb128a29533c37ab92767d2c01fc.tar.gz freebsd-ports-gnome-422b8af8512edb128a29533c37ab92767d2c01fc.tar.zst freebsd-ports-gnome-422b8af8512edb128a29533c37ab92767d2c01fc.zip |
* Improve COMMENT to more properly reflect what seahorse has become
* Fix a crash that occurs with newer OpenLDAP versions
PR: 115160
Submitted by: Yuri Pankov <yuri@darklight.org.ru>
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 |