summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgls <gls>2012-02-18 14:37:14 +0000
committergls <gls>2012-02-18 14:37:14 +0000
commitd6eccc663330491a85e44ca7c393b34fe15b73a4 (patch)
tree32f7af1f19524d10f086dd51e4f0424e6276dbc3
parent80e4040c100fea7c8f8f7bfb94c840f8c2578934 (diff)
downloadpkgsrc-d6eccc663330491a85e44ca7c393b34fe15b73a4.tar.gz
Fix build by explicitely depending on graphics/png.
From sjamaan via IRC.
-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"