diff options
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 |