aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-10-22 23:11:22 +0800
committernetchild <netchild@FreeBSD.org>2005-10-22 23:11:22 +0800
commit7cd8f4fe469cbc85f19734d00b9fe3654e12582c (patch)
treeaca206b8cd65e46754dd46902b18bca756b56d0c /games
parent1819618bf68b8d8e9301500e5a116f145e3f840f (diff)
downloadfreebsd-ports-gnome-7cd8f4fe469cbc85f19734d00b9fe3654e12582c.tar.gz
freebsd-ports-gnome-7cd8f4fe469cbc85f19734d00b9fe3654e12582c.tar.zst
freebsd-ports-gnome-7cd8f4fe469cbc85f19734d00b9fe3654e12582c.zip
This port BUILD_DEPENDS on LINUX_BASE_PORT.
Noticed by: spamme@ll.net
Diffstat (limited to 'games')
-rw-r--r--games/linux-steam/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile
index e98080226aec..8036ac104bc7 100644
--- a/games/linux-steam/Makefile
+++ b/games/linux-steam/Makefile
@@ -15,6 +15,8 @@ PKGNAMEPREFIX= linux-
MAINTAINER= ports@FreeBSD.org
COMMENT= Half Life dedicated server running on steam
+BUILD_DEPENDS= ${LINUX_BASE_PORT}
+
IS_INTERACTIVE= yes
USE_LINUX= yes
USE_X_PREFIX= yes
@@ -28,6 +30,7 @@ pre-everything::
@ ${ECHO_MSG} "You can use the INSTALLDIR option to change the install dir"
do-build:
+ @ ${BRANDELF} -t Linux ${WRKDIR}/hldsupdatetool.bin
@ ${CHMOD} +x ${WRKDIR}/hldsupdatetool.bin && cd ${WRKDIR} && ./hldsupdatetool.bin
@ ${CAT} pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}