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/mpeg_encode/Makefile | |
parent | 494dc7a6a72fe54ec6271bb1ed8b5cdde7e1284f (diff) | |
download | pkgsrc-59daad66977b02dfd9bdca8ad5c89e77716ba394.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'graphics/mpeg_encode/Makefile')
-rw-r--r-- | graphics/mpeg_encode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mpeg_encode/Makefile b/graphics/mpeg_encode/Makefile index 05c87100af2..602be4c9ea7 100644 --- a/graphics/mpeg_encode/Makefile +++ b/graphics/mpeg_encode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/24 15:46:44 grant Exp $ # DISTNAME= mpeg_encode-1.5b-src @@ -13,7 +13,7 @@ COMMENT= The Parallel Berkeley MPEG Encoder WRKSRC= ${WRKDIR}/mpeg_encode USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make post-build: @cd ${WRKSRC}/convert && \ |