summaryrefslogtreecommitdiff
path: root/games/glob2
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/glob2
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadfreebsd-ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'games/glob2')
-rw-r--r--games/glob2/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile
index 0c90e9cb622b..7b73df6092b9 100644
--- a/games/glob2/Makefile
+++ b/games/glob2/Makefile
@@ -13,11 +13,11 @@ COMMENT= Globulation 2, free and innovative strategy game
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libspeex.so:${PORTSDIR}/audio/speex \
- libfribidi.so:${PORTSDIR}/converters/fribidi \
- libboost_thread.so:${PORTSDIR}/devel/boost-libs \
- libfreetype.so:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libvorbis.so:audio/libvorbis \
+ libspeex.so:audio/speex \
+ libfribidi.so:converters/fribidi \
+ libboost_thread.so:devel/boost-libs \
+ libfreetype.so:print/freetype2
OPTIONS_DEFINE= DOCS PORTAUDIO
@@ -40,7 +40,7 @@ SUB_FILES= pkg-message
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPORTAUDIO}
-LIB_DEPENDS+= libportaudio.so:${PORTSDIR}/audio/portaudio
+LIB_DEPENDS+= libportaudio.so:audio/portaudio
MAKE_ARGS+= --portaudio=true
.else
MAKE_ARGS+= --portaudio=false