summaryrefslogtreecommitdiff
path: root/devel/SDL/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-07 15:06:04 +0000
committerwiz <wiz@pkgsrc.org>2006-07-07 15:06:04 +0000
commit9d95e6f7ab6801f4ee0b4c9572faf72267fc6eed (patch)
treecd7712e486c9dcc4c54616162b68a4b91ff19f7b /devel/SDL/Makefile
parent25dec6d737c044c0a3a7a142f70cd3d18b56a67d (diff)
downloadpkgsrc-9d95e6f7ab6801f4ee0b4c9572faf72267fc6eed.tar.gz
Add direct dependency on libiconv.
With default options, this was pulled in via arts->glib2->libiconv, so no (and especially no recursive) PKGREVISION bump.
Diffstat (limited to 'devel/SDL/Makefile')
-rw-r--r--devel/SDL/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index ae41fa9cfb0..fb2e0da8452 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2006/07/03 21:49:13 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2006/07/07 15:06:04 wiz Exp $
DISTNAME= SDL-1.2.11
CATEGORIES= devel games
@@ -62,5 +62,6 @@ CONFIGURE_ARGS+= --disable-pthreads
CONFIGURE_ARGS+= --enable-pth
.endif
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"