diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-22 12:26:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-22 12:26:33 +0000 |
commit | 7ed3fca57e648ea417f45c96b2180aaef25bed2f (patch) | |
tree | 6707f215eb2ed5829301ba5d109dde1b7e188f48 /graphics/pstoedit | |
parent | 573328a5057abf1ff47bada7ac00fcdd09600b61 (diff) | |
download | pkgsrc-7ed3fca57e648ea417f45c96b2180aaef25bed2f.tar.gz |
For some reason this seems to need pkg-config now to build all its libraries.
Add it to TOOLS.
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 65564cf4541..a06d1f05bd2 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2012/02/06 12:40:32 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2012/02/22 12:26:33 wiz Exp $ DISTNAME= pstoedit-3.60 PKGREVISION= 1 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -USE_TOOLS+= gs:run +USE_TOOLS+= gs:run pkg-config USE_LIBTOOL= yes USE_LANGUAGES= c c++ |