diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:20:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-04 21:20:17 +0000 |
commit | 18b780ca725c9d1ef0d0b2a15b34c6236e6dd8f8 (patch) | |
tree | 68210abdf369cd4b7b819f82a77effac8e89152a | |
parent | Fix build with bmake (diff) |
Mark as broken: does not fetch
Notes
Notes:
svn path=/head/; revision=317352
-rw-r--r-- | games/crafty-open-enormous/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/crafty-open-enormous/Makefile b/games/crafty-open-enormous/Makefile index d91ff3553036..3c8b5b27d3a2 100644 --- a/games/crafty-open-enormous/Makefile +++ b/games/crafty-open-enormous/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: crafty-open-enormous -# Date created: 9 Sep 2007 -# Whom: Jonathan Shoemaker <shoemaker@bluebottle.com> -# +# Created by: Jonathan Shoemaker <shoemaker@bluebottle.com> # $FreeBSD$ -# PORTNAME= crafty-open-enormous PORTVERSION= 20070924 @@ -20,6 +16,8 @@ COMMENT= The enormous opening book (about 85-90 MByte) for crafty BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty +BROKEN= Does not fetch + DIST_SUBDIR= crafty USE_ZIP= yes NO_WRKSUBDIR= yes |