diff options
author | grant <grant@pkgsrc.org> | 2003-09-19 01:56:45 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-19 01:56:45 +0000 |
commit | cee5402dfd70c3096357a1ba7178234991c18216 (patch) | |
tree | ec5efbf2f480e11b3ddf4cb44bf55f7e318d2242 /fonts/Xft2/Makefile | |
parent | 3f188d663bb140e6e4050db5ec9afba822d7f6e5 (diff) | |
download | pkgsrc-cee5402dfd70c3096357a1ba7178234991c18216.tar.gz |
use += for USE_GNU_TOOLS.
Diffstat (limited to 'fonts/Xft2/Makefile')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 6d6ab856526..5397f92194f 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/08/02 13:45:22 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/19 01:56:45 grant Exp $ # DISTNAME= fcpackage.2_1 @@ -20,7 +20,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES USE_X11= YES -USE_GNU_TOOLS= awk +USE_GNU_TOOLS+= awk .include "../../fonts/fontconfig/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" |