diff options
author | joerg <joerg@pkgsrc.org> | 2012-03-08 01:06:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-03-08 01:06:08 +0000 |
commit | 87a1ed493f9185c3aa87fdff29858024095cb19a (patch) | |
tree | e77b8733134995d3196528fbc79c5132407a2d08 /games | |
parent | 674c1c11940e356029afd043093da8c2d9738e1a (diff) | |
download | pkgsrc-87a1ed493f9185c3aa87fdff29858024095cb19a.tar.gz |
Needs png explicitly now. Still doesn't build due to const issues.
Diffstat (limited to 'games')
-rw-r--r-- | games/warmux/Makefile | 3 |
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" |