summaryrefslogtreecommitdiff
path: root/games/quake3
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-03 22:35:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-03 22:35:02 +0000
commit38b905579167f607a837d2a81352ced36430b67b (patch)
treed5af991788118864874db5e0a7499ced76d5b093 /games/quake3
parent[new port] audio/gnuitar (diff)
Added BROKEN on IA64.
PR: ports/89901 Submitted by: Linas Valiukas <prekybosv@shirshegsm.lt.eu.org>
Notes
Notes: svn path=/head/; revision=150323
Diffstat (limited to 'games/quake3')
-rw-r--r--games/quake3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile
index 87f90ca03f09..24b9abdefe07 100644
--- a/games/quake3/Makefile
+++ b/games/quake3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quake3
PORTVERSION= 1.32b
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \
http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \
@@ -33,6 +33,11 @@ PLIST_FILES= bin/q3ded bin/quake3
.include <bsd.port.pre.mk>
+# Anyone to play with this on IA64?
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on IA64 (feel free to submit fixes)"
+.endif
+
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif