diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-30 13:05:32 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-30 13:05:32 +0000 |
commit | 5dedb4fabc23f499a86b6510b96dad742e95c0f3 (patch) | |
tree | 4982f17961e361fbe54f57c194408057a74615e5 /games/linux-ut | |
parent | e911fd7b4755a77376a7844e25cf83b25ba89e51 (diff) | |
download | ports-5dedb4fabc23f499a86b6510b96dad742e95c0f3.tar.gz ports-5dedb4fabc23f499a86b6510b96dad742e95c0f3.zip |
Notes
Diffstat (limited to 'games/linux-ut')
-rw-r--r-- | games/linux-ut/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index be0ed86f23e7..7de65042b972 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-ut -# Date created: 7 Jan 2006 -# Whom: Sean Farley <sean-freebsd@farley.org> -# +# Created by: Sean Farley <sean-freebsd@farley.org> # $FreeBSD$ -# PORTNAME= linux-ut PORTVERSION= ${UTVERSION} @@ -19,6 +15,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= scf@FreeBSD.org COMMENT= Unreal Tournament for Linux +BROKEN= fails to fetch + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= xorglibs sdl12 |