diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 15:02:20 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 15:02:20 +0000 |
commit | ea9e34af9bf2960341ca29cda9b21bfb5af139ea (patch) | |
tree | 2f9f4d67d566ef6e7cacb10b197545f9f62f3dc5 /mail/sylpheed | |
parent | ff6f0aabbdb7becc7bf6e2664b5d74627462b21f (diff) | |
download | ports-ea9e34af9bf2960341ca29cda9b21bfb5af139ea.tar.gz ports-ea9e34af9bf2960341ca29cda9b21bfb5af139ea.zip |
Notes
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index e4fa03742d7b..681aa212cbc1 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -30,7 +30,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |