summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-16 02:13:02 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-16 02:13:02 +0000
commit0590b6b600b4cd6de0b24ae1a27a7bc2079cee59 (patch)
treed6b7f28a1c5ce286ae980c402cc8c00c4bb78d66 /graphics
parent763777d0d433f5a2261cf8ea11f186c2acd60983 (diff)
downloadpkgsrc-0590b6b600b4cd6de0b24ae1a27a7bc2079cee59.tar.gz
Needs pkg-config
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freeimage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index e0e45a1ca28..17c873ea3ba 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/05/14 16:42:13 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/16 02:13:02 joerg Exp $
DISTNAME= FreeImage3180
PKGNAME= freeimage-3.18.0
@@ -13,7 +13,7 @@ COMMENT= Library for supporting PNG, BMP, JPEG, and TIFF
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR mpl-1.0
USE_LANGUAGES+= c c++11
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
WRKSRC= ${WRKDIR}/FreeImage