summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam>2010-01-05 11:18:04 +0000
committeradam <adam>2010-01-05 11:18:04 +0000
commit0889f4b196f9d98c81681f92da97a4c7bb64638f (patch)
tree32fc6ce0be7b54cd52db9c4ff12cb024006c700a /graphics
parenta7fbe7fe17caad279e96f791348664c7ff8f027e (diff)
downloadpkgsrc-0889f4b196f9d98c81681f92da97a4c7bb64638f.tar.gz
OpenEXR support needs pkg-config; fixed
Diffstat (limited to 'graphics')
-rw-r--r--graphics/enblend-enfuse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/enblend-enfuse/Makefile b/graphics/enblend-enfuse/Makefile
index 7e96655dd21..89b02f3dbd7 100644
--- a/graphics/enblend-enfuse/Makefile
+++ b/graphics/enblend-enfuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/01/05 09:32:36 adam Exp $
+# $NetBSD: Makefile,v 1.4 2010/01/05 11:18:04 adam Exp $
DISTNAME= enblend-enfuse-4.0
# XXX distribution file has changed; remove the line below on next update
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-753b534c819d
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake perl:build
+USE_TOOLS+= gmake perl:build pkg-config
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"