diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-27 03:51:21 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-27 03:51:21 +0800 |
commit | be0e5ed6eb41a685976d4e2e83e282b7435f833b (patch) | |
tree | 5d2156c7fd5a78047e3c65d6d38e3f73b59e29ab /games | |
parent | ed9c500d88942938ddfea154d1830906e3b18293 (diff) | |
download | freebsd-ports-gnome-be0e5ed6eb41a685976d4e2e83e282b7435f833b.tar.gz freebsd-ports-gnome-be0e5ed6eb41a685976d4e2e83e282b7435f833b.tar.zst freebsd-ports-gnome-be0e5ed6eb41a685976d4e2e83e282b7435f833b.zip |
Mark BROKEN: Does not support modern png
Diffstat (limited to 'games')
-rw-r--r-- | games/gtkradiant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gtkradiant/Makefile b/games/gtkradiant/Makefile index b0c9a96fb185..8f421de4f80d 100644 --- a/games/gtkradiant/Makefile +++ b/games/gtkradiant/Makefile @@ -16,6 +16,8 @@ COMMENT= Map editor for FPS games, by id Software and Loki Software LICENSE= GPLv2 +BROKEN= Does not support modern png + LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ libmhash.so:${PORTSDIR}/security/mhash \ libpng.so:${PORTSDIR}/graphics/png |