From 4e1b79a0a61f4973df8b4b0864d22086c769e219 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- games/xonotic/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'games/xonotic/Makefile') 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},' \ -- cgit v1.2.3