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 | 64fb2ec4d0f39909ee00a3cc6a6da8488507ea46 (patch) | |
tree | aaf8fbfe28d4f9bda56203733d9cdd2e09938267 /x11 | |
parent | 04c570da9349581ec9bfa437688e20e008f4ad31 (diff) | |
download | pkgsrc-64fb2ec4d0f39909ee00a3cc6a6da8488507ea46.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 |