diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-19 05:23:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-19 05:23:13 +0000 |
commit | dc65845587b2e3e61d2e80a42c0b11f90846c566 (patch) | |
tree | 48731d765f9da3f978629cfc21e9c05a05386169 /games/freedroidrpg | |
parent | d232616165ea529bd2ecb715da3460988347d29b (diff) | |
download | ports-dc65845587b2e3e61d2e80a42c0b11f90846c566.tar.gz ports-dc65845587b2e3e61d2e80a42c0b11f90846c566.zip |
Notes
Diffstat (limited to 'games/freedroidrpg')
-rw-r--r-- | games/freedroidrpg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index c604d79e096c..bd28a409805f 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -15,9 +15,10 @@ COMMENT= Modification of the classical Freedroid engine into an RPG LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png +BROKEN_FreeBSD_13= ld: error: duplicate symbol: tux_rendering +BROKEN_FreeBSD_14= ld: error: duplicate symbol: tux_rendering -BROKEN_sparc64= does not configure +LIB_DEPENDS= libpng.so:graphics/png GNU_CONFIGURE= yes USES= jpeg gmake localbase lua:52+ python sdl xorg |