diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | a4cbe4cb0445443d02c5d3c6f788d17367537b92 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /games/xblast/Makefile | |
parent | 878b71762a717be3626e0baac746b75c52f812b6 (diff) | |
download | pkgsrc-a4cbe4cb0445443d02c5d3c6f788d17367537b92.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 |