diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-23 09:43:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-23 09:43:56 +0000 |
commit | 02e7987e4c97b9be2345910776a90a6094c121d0 (patch) | |
tree | 06b09b770b4c80711a2476bb35e7ab0b0b8efd1f /games/secretmaryochronicles/Makefile | |
parent | 26b1adcc757f721a837fe2e518fb76321ccef8d1 (diff) |
Notes
Diffstat (limited to 'games/secretmaryochronicles/Makefile')
-rw-r--r-- | games/secretmaryochronicles/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index 55b0f7a6a8df..e5d0e1cbf031 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -12,7 +12,9 @@ DISTNAME= smc-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Secret Maryo Chronicles two-dimensional platform game -LIB_DEPENDS= libCEGUIBase-0.7.9.so:${PORTSDIR}/graphics/cegui \ +BROKEN= Does not compile with graphics/cegui 0.8.3. + +LIB_DEPENDS= libCEGUIBase-0.so:${PORTSDIR}/graphics/cegui \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libpng15.so:${PORTSDIR}/graphics/png |