diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 18:54:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 18:54:06 +0000 |
commit | 806c0cb7d0b9ef13468d6cadc65c8280b247c229 (patch) | |
tree | 76164119b6c89441b3c29ffcb9b0f0682705d20c /games/imaze/Makefile | |
parent | 0c7c11193731bb3c74ce24a7c05b48de3aeeb31d (diff) | |
download | pkgsrc-806c0cb7d0b9ef13468d6cadc65c8280b247c229.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 5aede5ca138..2c2b6424845 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/11 18:54:06 snj Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -13,11 +13,11 @@ COMMENT= Multiplayer, networked, action,x 3D maze game EXTRACT_ONLY= imaze1.3.tar.Z WRKSRC= ${WRKDIR}/imaze -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11BASE= yes post-build: cd ${WRKSRC} && ${PAX} -O -rf ${DISTDIR}/imaze-sounds.tar -.include "../../mk/motif.buildlink2.mk" +.include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |