pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/Xft2 use += for USE_GNU_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5cfaa1cd4ce
branches:  trunk
changeset: 461665:d5cfaa1cd4ce
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Sep 19 01:56:45 2003 +0000

description:
use += for USE_GNU_TOOLS.

diffstat:

 fonts/Xft2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f55116f6a312 -r d5cfaa1cd4ce fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile       Fri Sep 19 01:55:34 2003 +0000
+++ b/fonts/Xft2/Makefile       Fri Sep 19 01:56:45 2003 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index