diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 19:14:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 19:14:49 +0800 |
commit | a03ecb05bb0543f92f03d716670068d571494b2f (patch) | |
tree | 0460d125ade9bf9b94b7daecf24b65257facfc3b /games/spring | |
parent | cb1b40062bd7ce2bab67a387e8afac264ac63860 (diff) | |
download | freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.tar.gz freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.tar.zst freebsd-ports-gnome-a03ecb05bb0543f92f03d716670068d571494b2f.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'games/spring')
-rw-r--r-- | games/spring/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index a4d71427142c..e5a6181b7606 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -16,12 +16,12 @@ EXPIRATION_DATE= 2013-12-22 BROKEN= Does not build with recent boost -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - boost_thread:${PORTSDIR}/devel/boost-libs \ - IL:${PORTSDIR}/graphics/devil \ - ogg:${PORTSDIR}/audio/libogg \ - vorbis:${PORTSDIR}/audio/libvorbis \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libIL.so:${PORTSDIR}/graphics/devil \ + libogg.so:${PORTSDIR}/audio/libogg \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip ONLY_FOR_ARCHS= i386 amd64 |