diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 14:20:09 +0800 |
commit | a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5 (patch) | |
tree | 26ac7c916579a07ef93f69c8c8d8e397604d14aa /security | |
parent | f4176bb1801acde1e76e5b5987ed06f1b77c9b29 (diff) | |
download | freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.gz freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.tar.zst freebsd-ports-gnome-a9ecc5ea2761aabc014ae9ae2e13eab7c7849da5.zip |
Add an expicit dependency on pkgconf
Diffstat (limited to 'security')
-rw-r--r-- | security/opensaml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index b932bc711551..682b0798a2cc 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: |