diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-20 22:48:24 +0000 |
commit | 2a95ad9c6be52511880e6ee241b087af70706624 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /games/xblast/Makefile | |
parent | 2821cb11104fb7319e84b4cd1808cf56f3604a54 (diff) | |
download | pkgsrc-2a95ad9c6be52511880e6ee241b087af70706624.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'games/xblast/Makefile')
-rw-r--r-- | games/xblast/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 1b5e542746a..c2fb6ea3ed5 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/11/10 08:34:55 garbled Exp $ +# $NetBSD: Makefile,v 1.8 1999/02/20 22:48:29 hubertf Exp $ # DISTNAME= xblast-2.6.beta-sound @@ -13,8 +13,6 @@ HOMEPAGE= http://www.ikp.uni-koeln.de/~vogel/xblast/xblast.html BUILD_DEPENDS+= wish8.0:../../x11/tk80 BUILD_DEPENDS+= tclsh8.0:../../lang/tcl80 -CONFLICTS= xblast-2.2 - USE_IMAKE= yes WRKSRC= ${WRKDIR}/XBlast-2.6.beta |