diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-steam/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/linux-steam/Makefile b/games/linux-steam/Makefile index e98080226ae..8036ac104bc 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} |