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 | |
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')
-rw-r--r-- | security/libgnome-keyring/Makefile | 2 | ||||
-rw-r--r-- | security/openvas-libnasl/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index 9f26940afce5..e8eb8d0eb6e7 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= bison iconv +USES= bison iconv pkgconfig MAN1= openvas-libnasl-config.1 openvas-nasl.1 |