diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-18 16:15:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-08-18 16:15:38 +0000 |
commit | 451823bbd03e4909c038356e4bf23bb3efb27fbf (patch) | |
tree | f21cd94ebcb04e08a1d235bc7adbc8e37ae7f596 | |
parent | 651067f49853a23057c962cbbefdbdc5db08e9fa (diff) | |
download | freebsd-ports-451823bbd03e4909c038356e4bf23bb3efb27fbf.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>
-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 |