diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-02 19:15:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-02 19:15:39 +0000 |
commit | b109b97dd29e9e6c7f90ba6dcbf0edd6b882c3a1 (patch) | |
tree | b787577e93c99fc433ed534ce5ff9cd512109a75 /security/libgnome-keyring | |
parent | 1c77b87bb364fc58b7268943f0d03fe84aef6086 (diff) | |
download | ports-b109b97dd29e9e6c7f90ba6dcbf0edd6b882c3a1.tar.gz ports-b109b97dd29e9e6c7f90ba6dcbf0edd6b882c3a1.zip |
Chase libtasn1 switching from USE_GNOME=pkgconfig to USES=pkgconfig
That has made pkgconf being a Build deps instead of Build+Run deps thus ports depending on pkgconf need an explicit dependency
Notes
Notes:
svn path=/head/; revision=319722
Diffstat (limited to 'security/libgnome-keyring')
-rw-r--r-- | security/libgnome-keyring/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index 99cb610e7175..78a08b02d858 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 USE_GMAKE= yes -USES= gettext +USES= gettext pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |