aboutsummaryrefslogtreecommitdiff
path: root/games/quake2-relay
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-09-12 10:17:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-09-12 10:17:57 +0000
commitf9930ebbb6d1ae9c5cf31381cd4d62946960c642 (patch)
tree05e2ad90a9ef58173ccf3f80fd3d90ff75a7f284 /games/quake2-relay
parentfd178b755cc8abe04857ba27482d6b100ee8d12e (diff)
downloadports-f9930ebbb6d1ae9c5cf31381cd4d62946960c642.tar.gz
ports-f9930ebbb6d1ae9c5cf31381cd4d62946960c642.zip
- Unbreak the build in GCC-less environment by explicitly passing LD value
- While here, contract MASTER_SITES and convert USE_GMAKE to USES Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=327051
Diffstat (limited to 'games/quake2-relay')
-rw-r--r--games/quake2-relay/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/quake2-relay/Makefile b/games/quake2-relay/Makefile
index 04aae9293b7d..1b999a3df58a 100644
--- a/games/quake2-relay/Makefile
+++ b/games/quake2-relay/Makefile
@@ -4,8 +4,7 @@
PORTNAME= relay
PORTVERSION= 0.4
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/
-MASTER_SITE_SUBDIR= danfe
+MASTER_SITES= LOCAL/danfe http://freebsd.nsu.ru/distfiles/
PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX}
DISTNAME= relay-${PORTVERSION}.src
@@ -14,10 +13,10 @@ COMMENT= Quake II multi-view demo recording facility
LICENSE= GPLv2
-USE_GMAKE= yes
+USES= gmake
MAKE_ARGS= MODE=release OBJ_DIR=. OUT_DIR=. Q2MODULE=game.so \
QUAKE2_DIR="${Q2DIR}" BIN_DIR="${PREFIX}/bin" \
- CC="${CC}" CFLAGS="${CFLAGS}"
+ CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}"
WRKSRC= ${WRKDIR}/relay-${PORTVERSION}
PORTDOCS= FAQ README