diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-12-28 21:56:21 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-12-28 21:56:21 +0800 |
commit | 0c30fc0a5778c05bd782fdbaba8e8717c455f602 (patch) | |
tree | 416a3d00e3ac0f47db0331765cb9c2702ce9a81c /games/quake2max | |
parent | aa3507129a1df9a924b93ce6534a9c3614477103 (diff) | |
download | freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.tar.gz freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.tar.zst freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.zip |
- Add PORTSCOUT variable.
Diffstat (limited to 'games/quake2max')
-rw-r--r-- | games/quake2max/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile index 101d70fe7172..c1ad81263641 100644 --- a/games/quake2max/Makefile +++ b/games/quake2max/Makefile @@ -42,6 +42,9 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME} Q2MAX_DATA= ${PORTNAME}.${PORTVERSION:S/.//}.rar +# The data is not available and compiled executables do not work for 0.45. +PORTSCOUT= skipv:0.45 + .include "${.CURDIR}/../quake2-data/Makefile.include" .include <bsd.port.pre.mk> |