diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-18 15:39:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-18 15:39:42 +0000 |
commit | c2ee83d9d7743a038ed40e41ff2a1f4aa5835797 (patch) | |
tree | 90ee1b06823801ddb755cc03cb26be8f59bb6e70 /games | |
parent | 818a75657346815c37da65e238aa4e456a8eba2c (diff) | |
download | ports-c2ee83d9d7743a038ed40e41ff2a1f4aa5835797.tar.gz ports-c2ee83d9d7743a038ed40e41ff2a1f4aa5835797.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-open-enormous/Makefile | 2 | ||||
-rw-r--r-- | games/crafty-open-large/Makefile | 2 | ||||
-rw-r--r-- | games/crafty-open-medium/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index a1ded5fae6d4..ea1e94496ffa 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= crafty MAINTAINER= ports@FreeBSD.org COMMENT= Enormous opening book (about 270 MByte) for crafty +BROKEN= conflicts with games/crafty + BUILD_DEPENDS= crafty:games/crafty RUN_DEPENDS= crafty:games/crafty diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index a9a89a572b3f..1b903dbf4466 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= crafty MAINTAINER= ports@FreeBSD.org COMMENT= Large opening book for crafty +BROKEN= conflicts with games/crafty + BUILD_DEPENDS= crafty:games/crafty RUN_DEPENDS= crafty:games/crafty diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index 299b674a6a0d..edfbc28153e9 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= crafty MAINTAINER= ports@FreeBSD.org COMMENT= Medium opening book (about 1.9 MByte) for crafty +BROKEN= conflicts with games/crafty + BUILD_DEPENDS= crafty:games/crafty RUN_DEPENDS= crafty:games/crafty |