diff options
author | wiz <wiz> | 2011-09-29 18:00:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-09-29 18:00:57 +0000 |
commit | 76d368d76b92a7145ff260884abc122d6f076dd6 (patch) | |
tree | 2e7ec11745c3222cc057ee0e483c366cddc9c255 /cad | |
parent | 78f1f8ab018c2ff680384457cb6805cd13cc1ff3 (diff) | |
download | pkgsrc-76d368d76b92a7145ff260884abc122d6f076dd6.tar.gz |
Add pkg-config for gtk2 detection to address bulk build failure.
Untested since I can't build a dependency.
Diffstat (limited to 'cad')
-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 |