diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-17 14:19:43 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-01-17 14:19:43 +0000 |
commit | eb81a5ccf91b3b1bcad457ee5d2730bf57645611 (patch) | |
tree | ae74d558ba8d0979bd0b209fdc379dc8e4b8d955 /cad | |
parent | 3f917279e3f8b6e589ee903b3046d88961f3ce43 (diff) | |
download | pkgsrc-eb81a5ccf91b3b1bcad457ee5d2730bf57645611.tar.gz |
add missing USE_PKGLOCALEDIR which broke some of the wcalc pacakges on solaris
Diffstat (limited to 'cad')
-rw-r--r-- | cad/wcalc/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/wcalc/Makefile.common b/cad/wcalc/Makefile.common index 1ef44edb955..78c024f8216 100644 --- a/cad/wcalc/Makefile.common +++ b/cad/wcalc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2006/01/08 06:31:54 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.7 2007/01/17 14:19:43 dmcmahill Exp $ # DISTNAME= wcalc-1.0 @@ -14,6 +14,8 @@ PATCHDIR= ${.CURDIR}/../../cad/wcalc/patches GNU_CONFIGURE= YES USE_LIBTOOL= YES +USE_PKGLOCALEDIR= yes + # uses vpath and a GNU make pattern rule USE_TOOLS+= gmake pkg-config |