diff options
Diffstat (limited to 'mail/elmo')
-rw-r--r-- | mail/elmo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index a45065cca4cd..5066ee382e32 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -3,7 +3,7 @@ PORTNAME= elmo PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -34,7 +34,7 @@ NLS_USES= gettext OPTIONS_SUB= yes .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme .else NO_STAGE= yes pre-everything:: |