diff options
author | wiz <wiz@pkgsrc.org> | 2011-09-29 18:00:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-09-29 18:00:57 +0000 |
commit | da736e6bc942e25959860b0408543bc407695bc1 (patch) | |
tree | 2e7ec11745c3222cc057ee0e483c366cddc9c255 | |
parent | ab0074d923172a7832efa904d3afad6cd7c75382 (diff) | |
download | pkgsrc-da736e6bc942e25959860b0408543bc407695bc1.tar.gz |
Add pkg-config for gtk2 detection to address bulk build failure.
Untested since I can't build a dependency.
-rw-r--r-- | cad/gwave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 723c0bfc19d..c6ecea01cf7 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2011/05/19 03:28:34 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.40 2011/09/29 18:00:57 wiz Exp $ # DISTNAME= gwave2-20090213 @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES USE_LIBTOOL= yes -USE_TOOLS+= perl +USE_TOOLS+= perl pkg-config EVAL_PREFIX+= GRAPHDIR=plotutils CONFIGURE_ENV+= GRAPH=${GRAPHDIR}/bin/graph |