diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 09:10:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-12 09:10:05 +0000 |
commit | 87dbc47582f0c97d59c6fc99e1f697c4360e5446 (patch) | |
tree | e95ef147de2f82a089d3ac938e1d65d409e3979d /games/ioquake3 | |
parent | 9858b9137f12286dea54a64637c9976d60a1f442 (diff) | |
download | ports-87dbc47582f0c97d59c6fc99e1f697c4360e5446.tar.gz ports-87dbc47582f0c97d59c6fc99e1f697c4360e5446.zip |
Notes
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 543b33a7341b..6fc940e90d2f 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= ioquake3 -DISTVERSION?= 1.36 +PORTVERSION?= ${IOQUAKE3VER} PORTREVISION?= 15 CATEGORIES= games MASTER_SITES?= http://ioquake3.org/files/${DISTVERSION}/ @@ -83,6 +83,7 @@ Q3RENDPREFIX?= renderer_ Q3RENDSUFFIX?= _${IOQ3ARCH} Q3INSTALL?= Q3ENGINEVER?= ${DISTVERSION} +IOQUAKE3VER= 1.36 ONLY_FOR_ARCHS= amd64 i386 |