diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:46:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:46:42 +0000 |
commit | 59daad66977b02dfd9bdca8ad5c89e77716ba394 (patch) | |
tree | 58ac2ab8c0e2332f7f1f3c00a7c6d23ea22299b9 /graphics/alevt/Makefile | |
parent | 494dc7a6a72fe54ec6271bb1ed8b5cdde7e1284f (diff) | |
download | pkgsrc-59daad66977b02dfd9bdca8ad5c89e77716ba394.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'graphics/alevt/Makefile')
-rw-r--r-- | graphics/alevt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile index 13aa72ae77b..0b4c91bfc81 100644 --- a/graphics/alevt/Makefile +++ b/graphics/alevt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:03 fredb Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/24 15:46:42 grant Exp $ DISTNAME= alevt-1.6.0 PKGREVISION= 1 @@ -16,7 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-* USE_X11BASE= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps |