diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 11:14:49 +0000 |
commit | c706f7f3440734871fa53b3918c1e99eb287898c (patch) | |
tree | 0460d125ade9bf9b94b7daecf24b65257facfc3b /games/spring | |
parent | 96ec3df0612618019b94f6fd1c41e003d61ffabd (diff) | |
download | ports-c706f7f3440734871fa53b3918c1e99eb287898c.tar.gz ports-c706f7f3440734871fa53b3918c1e99eb287898c.zip |
Notes
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 |