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/openvas-libnasl | |
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/openvas-libnasl')
-rw-r--r-- | security/openvas-libnasl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |