diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-13 13:44:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-13 13:44:48 +0000 |
commit | 31f72900c275c921111fcea7eaf94e3a651a1e82 (patch) | |
tree | 20b068a10a67a0391f22f85139dbfbc08edd88f5 /graphics | |
parent | 265ca5e86f864de9a681f30c9b90da9644e085e4 (diff) | |
download | pkgsrc-31f72900c275c921111fcea7eaf94e3a651a1e82.tar.gz |
Needs pkg-config.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp2-wideangle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp2-wideangle/Makefile b/graphics/gimp2-wideangle/Makefile index 8cc1f4c2234..e753a77d8e7 100644 --- a/graphics/gimp2-wideangle/Makefile +++ b/graphics/gimp2-wideangle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/06/05 05:37:28 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/06/13 13:44:48 joerg Exp $ # DISTNAME= wideangle @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://members.ozemail.com.au/~hodsond/wideangle.html COMMENT= GIMP plugin for wideangle lens distortions +USE_TOOLS+= pkg-config + DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} |