diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/xonotic/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/xonotic/Makefile')
-rw-r--r-- | games/xonotic/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 390feb3b06eb..7c8e90aba228 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://nl.dl.xonotic.org/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast-paced, chaotic, and intense multiplayer first person shooter -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libcurl.so:ftp/curl \ + libpng.so:graphics/png MANUAL_PACKAGE_BUILD= huge (930M) @@ -37,10 +37,10 @@ OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED OPTIONS_DEFAULT= CLIENT DEDICATED ENCRYPTION CLIENT_DESC= Build client -CLIENT_LIB_DEPENDS= libmodplug.so:${PORTSDIR}/audio/libmodplug \ - libtheora.so:${PORTSDIR}/multimedia/libtheora \ - libvorbis.so:${PORTSDIR}/audio/libvorbis \ - libogg.so:${PORTSDIR}/audio/libogg +CLIENT_LIB_DEPENDS= libmodplug.so:audio/libmodplug \ + libtheora.so:multimedia/libtheora \ + libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg CLIENT_USE= SDL=sdl CLIENT_ALL_TARGET= sdl-release CLIENT_PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.ico @@ -56,7 +56,7 @@ DEDICATED_ALL_TARGET= sv-release DEDICATED_PLIST_FILES= bin/${PORTNAME}-dedicated ENCRYPTION_DESC= Build encryption (required for stats submission) -ENCRYPTION_LIB_DEPENDS= libd0_rijndael.so:${PORTSDIR}/security/d0_blind_id +ENCRYPTION_LIB_DEPENDS= libd0_rijndael.so:security/d0_blind_id post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \ |