summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-10 19:25:28 +0000
committerwiz <wiz@pkgsrc.org>2010-06-10 19:25:28 +0000
commit0e897d16c5b4214893595b95865a21be9d97a738 (patch)
treecc14e8ebb53834208200e7b0018b9cf4822d119e /devel
parentfb56c48027e3f57e580dc9d52e5e9420479a01cd (diff)
downloadpkgsrc-0e897d16c5b4214893595b95865a21be9d97a738.tar.gz
This needs pkg-config, add it to tools.
Diffstat (limited to 'devel')
-rw-r--r--devel/swt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swt/Makefile b/devel/swt/Makefile
index 632a805aa36..c499bb91544 100644
--- a/devel/swt/Makefile
+++ b/devel/swt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/02/03 18:26:53 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/10 19:25:28 wiz Exp $
#
SWTREL= 3.5.1
@@ -19,7 +19,7 @@ COMMENT= Open source widget toolkit for Java
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
USE_JAVA2= yes