diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:20:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:20:09 +0000 |
commit | 1bdfab4132b9932e5ca345037fd2148a7c1cc0c8 (patch) | |
tree | 26ac7c916579a07ef93f69c8c8d8e397604d14aa /devel | |
parent | b2098d5c425699b0412ac2e4c7df334f7e74a61c (diff) | |
download | ports-1bdfab4132b9932e5ca345037fd2148a7c1cc0c8.tar.gz ports-1bdfab4132b9932e5ca345037fd2148a7c1cc0c8.zip |
Add an expicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=325939
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xmltooling/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 70a2b78c3cb2..a5d72781f07f 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -19,8 +19,8 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc +USES= gmake pkgconfig USE_GCC= any -USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes |