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 | aa30e03c985067d8960fd658eb7cd6748e784d4d (patch) | |
tree | 6707f215eb2ed5829301ba5d109dde1b7e188f48 /graphics | |
parent | 4ff4945d4175424a44287f56b1cf6637b02a2b71 (diff) | |
download | pkgsrc-aa30e03c985067d8960fd658eb7cd6748e784d4d.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')
-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++ |