summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2012-03-08 01:06:08 +0000
committerjoerg <joerg>2012-03-08 01:06:08 +0000
commit97fc219f0cca4423792d4c542cc9f18649115458 (patch)
treee77b8733134995d3196528fbc79c5132407a2d08 /games
parenteb4531208f509b8175c89a132c33db36cec248e9 (diff)
downloadpkgsrc-97fc219f0cca4423792d4c542cc9f18649115458.tar.gz
Needs png explicitly now. Still doesn't build due to const issues.
Diffstat (limited to 'games')
-rw-r--r--games/warmux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile
index 1c66f1b73bc..b75a6563e77 100644
--- a/games/warmux/Makefile
+++ b/games/warmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/03/03 00:13:09 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/03/08 01:06:08 joerg Exp $
DISTNAME= warmux-11.01
PKGREVISION= 5
@@ -28,6 +28,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--as-needed
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../devel/SDL_gfx/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
.include "../../textproc/libxml++/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"