diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 05:33:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 05:33:24 +0000 |
commit | 400739812c7a6ca85f6ea139fcf1d5423b81f3ca (patch) | |
tree | 5ad3f18799dfca4517bb5c2d21bf7d4b3c23c456 /mail/sylpheed3 | |
parent | 1aae81b56b3298bc1ddf16a6bceeba5317b35bf4 (diff) | |
download | ports-400739812c7a6ca85f6ea139fcf1d5423b81f3ca.tar.gz ports-400739812c7a6ca85f6ea139fcf1d5423b81f3ca.zip |
Notes
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 4b49c398cc53..702fd1219c63 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -31,7 +32,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |