aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-12-19 20:04:43 +0000
committerClement Laforet <clement@FreeBSD.org>2004-12-19 20:04:43 +0000
commit1667392ad34a99022cbab97d5aaa7eda15e257cb (patch)
treea2b26f211aecaa04fec96a67f19d8b6767d2b40d /mail/sylpheed3
parent7c62b819f626cb2a420082c6c3670f8576774023 (diff)
downloadports-1667392ad34a99022cbab97d5aaa7eda15e257cb.tar.gz
ports-1667392ad34a99022cbab97d5aaa7eda15e257cb.zip
- Fix dependency when WITH_GPGME is defined
Forgotten by: marcus
Notes
Notes: svn path=/head/; revision=124518
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index c53839c39308..5ba45e3a1663 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--disable-imlib
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else