summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-03-08 01:06:08 +0000
committerjoerg <joerg@pkgsrc.org>2012-03-08 01:06:08 +0000
commit0b91d35a607c1d8b8d1ff651774efb69d3d68d63 (patch)
treee77b8733134995d3196528fbc79c5132407a2d08 /games
parent678d9bca5de6d86e52b68006e83c93e0ede782ae (diff)
downloadpkgsrc-0b91d35a607c1d8b8d1ff651774efb69d3d68d63.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"