diff options
author | grant <grant@pkgsrc.org> | 2003-10-30 22:53:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-30 22:53:02 +0000 |
commit | 2510497b0de9819d51c695230168fa28450edb02 (patch) | |
tree | aaf8fbfe28d4f9bda56203733d9cdd2e09938267 /x11 | |
parent | 7a87c851d53ef8b0af952a71f7b6ed6066bb9d07 (diff) | |
download | pkgsrc-2510497b0de9819d51c695230168fa28450edb02.tar.gz |
s/USE_GMAKE/USE_GNU_TOOLS+=make/
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 01449c4e73c..56e720a0539 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -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 @@ COMMENT= Fast Light Tool Kit for graphical user interfaces USE_BUILDLINK2= # defined USE_GCC_SHLIB= # defined -USE_GMAKE= # defined +USE_GNU_TOOLS+= make USE_LIBTOOL= # defined USE_X11BASE= # defined TEST_TARGET= test |