diff options
author | grant <grant> | 2003-10-30 22:53:02 +0000 |
---|---|---|
committer | grant <grant> | 2003-10-30 22:53:02 +0000 |
commit | 422ebe64c048e9452adb5fd2d6ae30a75ab6337f (patch) | |
tree | aaf8fbfe28d4f9bda56203733d9cdd2e09938267 /x11/fltk | |
parent | d0f60e8df68addc61dcd7addd20f43ef6e42a404 (diff) | |
download | pkgsrc-422ebe64c048e9452adb5fd2d6ae30a75ab6337f.tar.gz |
s/USE_GMAKE/USE_GNU_TOOLS+=make/
Diffstat (limited to 'x11/fltk')
-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 |