diff options
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index d6e72a268..47a5eb93b 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -10,14 +10,15 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets -LIB_DEPENDS= tasn1:${PORTSDIR}/security/libtasn1 \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss CONFLICTS= gnome-keyring-3.[0-9]* gcr-3.[0-9]* +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= gnomeprefix gtk20 ltverhack intlhack USES= gettext gmake pathfix pkgconfig |