aboutsummaryrefslogtreecommitdiff
path: root/games/springlobby
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/springlobby
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'games/springlobby')
-rw-r--r--games/springlobby/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile
index 653e2ead6c2a..ae011e93a48f 100644
--- a/games/springlobby/Makefile
+++ b/games/springlobby/Makefile
@@ -14,9 +14,9 @@ COMMENT= Cross-platform lobby client for the Spring RTS project
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= spring:${PORTSDIR}/games/spring
-LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
- libboost_thread.so:${PORTSDIR}/devel/boost-libs
+RUN_DEPENDS= spring:games/spring
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ libboost_thread.so:devel/boost-libs
USES= cmake compiler:c++11-lib pkgconfig tar:bzip2
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
@@ -38,11 +38,11 @@ NLS_USES= gettext
SOUND_CMAKE_ON= -DOPTION_SOUND:BOOL=ON
SOUND_CMAKE_OFF= -DOPTION_SOUND:BOOL=OFF
-SOUND_LIB_DEPENDS= libalure.so:${PORTSDIR}/audio/alure
+SOUND_LIB_DEPENDS= libalure.so:audio/alure
SOUND_USES= openal:al
NOTIFY_CMAKE_ON= -DOPTION_NOTIFY=ON
NOTIFY_CMAKE_OFF= -DOPTION_NOTIFY=OFF
-NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
.include <bsd.port.mk>