diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | 3c89afa1327f440d7544cbf8f1c52f46e91db734 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /games | |
parent | d9e62bf19ae2d52db15e40f15b4cce285e47fb7a (diff) | |
download | pkgsrc-3c89afa1327f440d7544cbf8f1c52f46e91db734.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'games')
-rw-r--r-- | games/angband-tty/Makefile | 4 | ||||
-rw-r--r-- | games/freeciv/Makefile | 4 | ||||
-rw-r--r-- | games/xblast/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index a16eebce38f..d0327fc4d69 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/31 15:19:13 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/02/20 22:48:29 hubertf Exp $ # DISTNAME= angband-283 @@ -8,8 +8,6 @@ MASTER_SITES= ftp://export.andrew.cmu.edu/angband/Source/ MAINTAINER= root@garbled.net -CONFLICTS= angband-x11-* - WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= Makefile.std ALL_TARGET= angband diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index bd347f48561..5dcbe062d0a 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/12/26 21:33:32 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1999/02/20 22:48:29 hubertf Exp $ # DISTNAME= freeciv-1.7.2 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.freeciv.org/index.html DEPENDS+= xpm-3.4k:../../graphics/xpm -CONFLICTS= freeciv-1.6.3 freeciv-1.6.5 freeciv-1.6.6 - USE_IMAKE= YES NO_INSTALL_MANPAGES= YES 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 |