diff options
author | rodent <rodent@pkgsrc.org> | 2014-03-15 22:05:49 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-03-15 22:05:49 +0000 |
commit | 14543f227c7dd32e7972aa9e5e63217a5773c1f4 (patch) | |
tree | a3d893328f617e92b240b22618e7598952da03ca /fonts/SDL2_ttf | |
parent | 6096ec2ab708372308476e614a04d07d74153279 (diff) | |
download | pkgsrc-14543f227c7dd32e7972aa9e5e63217a5773c1f4.tar.gz |
Needs png, apparently.
Diffstat (limited to 'fonts/SDL2_ttf')
-rw-r--r-- | fonts/SDL2_ttf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/SDL2_ttf/Makefile b/fonts/SDL2_ttf/Makefile index c2276d30a0e..40ce5e968b5 100644 --- a/fonts/SDL2_ttf/Makefile +++ b/fonts/SDL2_ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/02/02 16:06:19 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/03/15 22:05:49 rodent Exp $ DISTNAME= SDL2_ttf-2.0.12 CATEGORIES= fonts @@ -17,6 +17,7 @@ PKGCONFIG_OVERRIDE+= SDL2_ttf.pc.in .include "options.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../devel/SDL2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |