diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:06:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:06:57 +0000 |
commit | 60ad86155b401a01e64b933035cd952dee4f3481 (patch) | |
tree | 3cd09fed8b4ddae19ad530e63e3f9339164f048a /sysutils/fsviewer | |
parent | b833e26d8aa703b7c73b02d9de6cedf56c66bc0c (diff) | |
download | pkgsrc-60ad86155b401a01e64b933035cd952dee4f3481.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'sysutils/fsviewer')
-rw-r--r-- | sysutils/fsviewer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index 42a13f84299..534a13b214c 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:52 reed Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/24 15:06:57 grant Exp $ # DISTNAME= FSViewer.app-0.2.3 @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # when the application gets updated for windowmaker>=0.64.0 CFLAGS+= -I${BUILDLINK_PREFIX.windowmaker}/include/WINGs -USE_GMAKE= yes +USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_X11= yes USE_BUILDLINK2= yes |