diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:13:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:13:58 +0000 |
commit | f329319eb51eb2930a53eb96f5f2932c737a71b8 (patch) | |
tree | b57a522e4d6bc4ba4d5d17beaecdca9c5bc59d88 /mail/mpop | |
parent | 06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (diff) | |
download | ports-f329319eb51eb2930a53eb96f5f2932c737a71b8.tar.gz ports-f329319eb51eb2930a53eb96f5f2932c737a71b8.zip |
Notes
Diffstat (limited to 'mail/mpop')
-rw-r--r-- | mail/mpop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 77b8ed3c01d2..6e3bf3b5fe80 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -23,7 +23,7 @@ OPTIONS_RADIO_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= IDN OPENSSL OPTIONS_SUB= yes -GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring:${PORTSDIR}/security/libgnome-keyring +GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring GNOMEKEYRING_CONFIGURE_WITH= gnome-keyring GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GNUTLS_CONFIGURE_ON= --with-ssl=gnutls |