diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 22:35:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 22:35:01 +0800 |
commit | 487789a528a0c0659217d5b31d1dde1a827db781 (patch) | |
tree | 9820a52f001eb8bb4cc52930dd66d3a150497cf4 /games/qudos | |
parent | e78c71143ffe98229aa80228f455dde8071bea14 (diff) | |
download | freebsd-ports-gnome-487789a528a0c0659217d5b31d1dde1a827db781.tar.gz freebsd-ports-gnome-487789a528a0c0659217d5b31d1dde1a827db781.tar.zst freebsd-ports-gnome-487789a528a0c0659217d5b31d1dde1a827db781.zip |
- Convert gmake, bzip to USES
Approved by: portmgr
Diffstat (limited to 'games/qudos')
-rw-r--r-- | games/qudos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/qudos/Makefile b/games/qudos/Makefile index fad594fda879..7e6e2e94433b 100644 --- a/games/qudos/Makefile +++ b/games/qudos/Makefile @@ -14,8 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= Enhanced OpenGL-only Quake II engine -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 MAKE_ENV= WITH_DATADIR=YES WITH_LIBDIR=YES WITH_XMMS=NO \ DATADIR="${Q2DIR}" LIBDIR="${LIBDIR}" |