diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-03 17:58:42 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-09-03 17:58:42 +0000 |
commit | 5511174d43b0d959fbcf3a62316feabbe67d450e (patch) | |
tree | 72fb8d099d4fb0db110ee71df46086edc137e595 /games/linux-quake4-demo | |
parent | 77fe9be48e937134dc6a07ebb9b09cb1a01898b2 (diff) | |
download | ports-5511174d43b0d959fbcf3a62316feabbe67d450e.tar.gz ports-5511174d43b0d959fbcf3a62316feabbe67d450e.zip |
- Make fetchable and remove BROKEN.
Notes
Notes:
svn path=/head/; revision=172077
Diffstat (limited to 'games/linux-quake4-demo')
-rw-r--r-- | games/linux-quake4-demo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/linux-quake4-demo/Makefile b/games/linux-quake4-demo/Makefile index 6c187b03d496..3daa11a174a1 100644 --- a/games/linux-quake4-demo/Makefile +++ b/games/linux-quake4-demo/Makefile @@ -16,12 +16,11 @@ PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -demo DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}${PKGNAMESUFFIX}.x86 EXTRACT_SUFX= .run +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:id,gentoo MAINTAINER= alepulver@FreeBSD.org COMMENT= Quake 4 for Linux Demo -BROKEN= Unfetchable - RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 ONLY_FOR_ARCHS= i386 amd64 |