diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 05:32:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 05:32:23 +0800 |
commit | 41e8567fb2f79e66b748dc5d5c42e04ef5a607e0 (patch) | |
tree | 08323ac0e82a5527b0eb47d447284b20428328e7 /games | |
parent | c9dc6f6f55e5d3faa5c3f2644fe1f1113b63d9fc (diff) | |
download | freebsd-ports-gnome-41e8567fb2f79e66b748dc5d5c42e04ef5a607e0.tar.gz freebsd-ports-gnome-41e8567fb2f79e66b748dc5d5c42e04ef5a607e0.tar.zst freebsd-ports-gnome-41e8567fb2f79e66b748dc5d5c42e04ef5a607e0.zip |
Mark as broken: does not fetch
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty-tablebase-no-pawn/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/crafty-tablebase-no-pawn/Makefile b/games/crafty-tablebase-no-pawn/Makefile index dd36565a519e..09abebffeeab 100644 --- a/games/crafty-tablebase-no-pawn/Makefile +++ b/games/crafty-tablebase-no-pawn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crafty-tablebases-no-pawn -# Date created: 10 Sep 2007 -# Whom: Jonathan Shoemaker <shoemaker@bluebottle.com> -# +# Created by: Jonathan Shoemaker <shoemaker@bluebottle.com> # $FreeBSD$ -# PORTNAME= crafty-tablebases-no-pawn PORTVERSION= 20070910 @@ -49,12 +45,14 @@ EXTRACT_ONLY= MAINTAINER= conrads@cox.net COMMENT= These are the tablebases for crafty, minus the pawn tbs +BROKEN= Does not fetch + RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty NO_BUILD= yes NO_PACKAGE= Way too big -.if !defined(WITH_TBDIR) +.if ! ${PORT_OPTIONS:MTBDIR} WITH_TBDIR= ${PREFIX}/lib/crafty/TB .endif |