diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-19 20:16:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-19 20:16:41 +0000 |
commit | a92c57f09d8e289c4de11be1726aa10de86834f7 (patch) | |
tree | 6f96b3610095f887941790a4086f6501dabd78c6 /mail/balsa | |
parent | 1a02ad487705a90125558e22f74b0d678c7fa863 (diff) | |
download | ports-a92c57f09d8e289c4de11be1726aa10de86834f7.tar.gz ports-a92c57f09d8e289c4de11be1726aa10de86834f7.zip |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 902964b5d7ba..8702f2532879 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -46,10 +46,10 @@ OPTIONS= LDAP "Enable LDAP support" on .include <bsd.port.pre.mk> -#.if defined(WITH_GPG) -#LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -#CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config -#.endif +.if defined(WITH_GPG) +LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config +.endif .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes |