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 /devel/clanlib/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/clanlib/Makefile')
-rw-r--r-- | devel/clanlib/Makefile | 10 |
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 |