diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-11 05:31:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-11 05:31:21 +0000 |
commit | 19ae22908e75570bbafd646d469dc1a121e73e79 (patch) | |
tree | 397e2df633259e0674753900ddb8421583b1666a /mail/anubis | |
parent | 45aabe3744206ba5309ec43e33f861cbcfffff04 (diff) | |
download | ports-19ae22908e75570bbafd646d469dc1a121e73e79.tar.gz ports-19ae22908e75570bbafd646d469dc1a121e73e79.zip |
Notes
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 85cc1b63f02b..a77bd07be293 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-gnutls .if defined(WITHOUT_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme03 .endif # PCRE |