pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fltk s/USE_GMAKE/USE_GNU_TOOLS+=make/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9410b599b393
branches:  trunk
changeset: 463173:9410b599b393
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 30 22:53:02 2003 +0000

description:
s/USE_GMAKE/USE_GNU_TOOLS+=make/

diffstat:

 x11/fltk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf3134d6a04a -r 9410b599b393 x11/fltk/Makefile
--- a/x11/fltk/Makefile Thu Oct 30 22:52:34 2003 +0000
+++ b/x11/fltk/Makefile Thu Oct 30 22:53:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/10/30 22:52:34 grant Exp $
+# $NetBSD: Makefile,v 1.31 2003/10/30 22:53:02 grant Exp $
 #
 
 DISTNAME=      fltk-1.0.11-source
@@ -21,7 +21,7 @@
 
 USE_BUILDLINK2=                # defined
 USE_GCC_SHLIB=         # defined
-USE_GMAKE=             # defined
+USE_GNU_TOOLS+=                make
 USE_LIBTOOL=           # defined
 USE_X11BASE=           # defined
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index