aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-05 11:06:06 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-05 11:06:06 +0800
commitb2a49bc637935d6b9b531c56f045231b848eb1a3 (patch)
tree39b8133045594d34fab1b93c0b7c5a0341a40b13 /devel
parentc1fa69af29cd2f3a936bafa0f2abf4b4f74d29d9 (diff)
downloadfreebsd-ports-gnome-b2a49bc637935d6b9b531c56f045231b848eb1a3.tar.gz
freebsd-ports-gnome-b2a49bc637935d6b9b531c56f045231b848eb1a3.tar.zst
freebsd-ports-gnome-b2a49bc637935d6b9b531c56f045231b848eb1a3.zip
- Add pkgconf to build dependency to fix build
Diffstat (limited to 'devel')
-rw-r--r--devel/nant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/nant/Makefile b/devel/nant/Makefile
index 168a070099d8..c5a5d9961cf5 100644
--- a/devel/nant/Makefile
+++ b/devel/nant/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
INSTALL_TARGET= install prefix=${PREFIX}
MAKE_JOBS_UNSAFE= yes
-USES= gmake
+USES= gmake pkgconfig
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
DATADIR= ${PREFIX}/share/NAnt