diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-03 03:15:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-03 03:15:39 +0800 |
commit | 253da692c781a9f99f1c52e42bca1d432fac286b (patch) | |
tree | b787577e93c99fc433ed534ce5ff9cd512109a75 /security/libgnome-keyring | |
parent | 167ee54ad42e1cc379bfef06984daf93ba804391 (diff) | |
download | freebsd-ports-gnome-253da692c781a9f99f1c52e42bca1d432fac286b.tar.gz freebsd-ports-gnome-253da692c781a9f99f1c52e42bca1d432fac286b.tar.zst freebsd-ports-gnome-253da692c781a9f99f1c52e42bca1d432fac286b.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
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 |