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 | 9de61d184170b34eba842e8838b79588d678dbaf (patch) | |
tree | ec5efbf2f480e11b3ddf4cb44bf55f7e318d2242 /fonts/Xft2 | |
parent | 24c98a06129ad60e0aded70c074bd3e9060e9198 (diff) | |
download | pkgsrc-9de61d184170b34eba842e8838b79588d678dbaf.tar.gz |
use += for USE_GNU_TOOLS.
Diffstat (limited to 'fonts/Xft2')
-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" |