diff options
author | grant <grant> | 2003-09-19 01:56:45 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-19 01:56:45 +0000 |
commit | f1a6afc2c3a9b6d5449b4b142fcbf6cd8f075482 (patch) | |
tree | ec5efbf2f480e11b3ddf4cb44bf55f7e318d2242 /fonts | |
parent | 366040c519e3a5321cb7ffc87fbb43a11a8f0774 (diff) | |
download | pkgsrc-f1a6afc2c3a9b6d5449b4b142fcbf6cd8f075482.tar.gz |
use += for USE_GNU_TOOLS.
Diffstat (limited to 'fonts')
-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" |