summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-02-18 14:37:14 +0000
committergls <gls@pkgsrc.org>2012-02-18 14:37:14 +0000
commit798d5dfc085b751c15833b268806c3aeac08bb5d (patch)
tree32f7af1f19524d10f086dd51e4f0424e6276dbc3 /games
parentb4be5d128cfb01a25e12354facc6c058a562a768 (diff)
downloadpkgsrc-798d5dfc085b751c15833b268806c3aeac08bb5d.tar.gz
Fix build by explicitely depending on graphics/png.
From sjamaan via IRC.
Diffstat (limited to 'games')
-rw-r--r--games/alephone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index 9c5c7629f19..ab4a6a4d157 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/01/28 11:00:52 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2012/02/18 14:37:14 gls Exp $
DISTNAME= AlephOne-20100424
PKGNAME= ${DISTNAME:tl}
@@ -29,6 +29,7 @@ BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.6
.include "../../devel/SDL/buildlink3.mk"
BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.31
.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
BUILDLINK_API_DEPENDS.SDL_image+= SDL_image>=1.2.6
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"