aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib/Makefile
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 /devel/clanlib/Makefile
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
Notes
Diffstat (limited to 'devel/clanlib/Makefile')
-rw-r--r--devel/clanlib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile
index 5895e7099852..ccfb5aaa1ef8 100644
--- a/devel/clanlib/Makefile
+++ b/devel/clanlib/Makefile
@@ -14,11 +14,11 @@ COMMENT= Cross-platform game SDK
LICENSE= ZLIB
-LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
- libmikmod.so:${PORTSDIR}/audio/libmikmod \
- libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
- libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpng.so:graphics/png \
+ libmikmod.so:audio/libmikmod \
+ libvorbis.so:audio/libvorbis \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libpcre.so:devel/pcre
USES= execinfo gmake jpeg libtool pathfix pkgconfig sqlite tar:tgz
USE_GCC= yes