diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-05 19:23:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-09-05 19:23:42 +0000 |
commit | 82a87de90c337aae160ac254606dad78d0d78d11 (patch) | |
tree | 516db145d6cf5fd4d2666f811272aad577272ac5 /games/linux-quake4 | |
parent | f22162b04be45bf28d125c67ee0a841fb1ae4b55 (diff) | |
download | ports-82a87de90c337aae160ac254606dad78d0d78d11.tar.gz ports-82a87de90c337aae160ac254606dad78d0d78d11.zip |
Notes
Diffstat (limited to 'games/linux-quake4')
-rw-r--r-- | games/linux-quake4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linux-quake4/Makefile b/games/linux-quake4/Makefile index 45f039dec66f..3ad22f08fb7d 100644 --- a/games/linux-quake4/Makefile +++ b/games/linux-quake4/Makefile @@ -15,8 +15,8 @@ EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= Quake 4 for Linux -USE_LINUX= yes -USE_LINUX_APPS= sdl12 +USES= linux +USE_LINUX= sdl12 NO_WRKSUBDIR= yes NO_CDROM= Redistribution is limited, see license Q4DIR= lib/${PORTNAME} |