diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-15 11:34:06 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-15 11:34:06 +0000 |
commit | 47d72356dd78f217b8fec68592b145c603e05d40 (patch) | |
tree | 89051ced1e1b5a235cac640449ea92839fe070e8 /graphics | |
parent | 1be798d2b3480fe1dec95dc6128e54f6ff7a95f0 (diff) | |
download | pkgsrc-47d72356dd78f217b8fec68592b145c603e05d40.tar.gz |
Requires kpathsea.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dvipng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index 096dbfad083..514311c5f80 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/18 21:19:15 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/15 11:34:06 hasso Exp $ # DISTNAME= dvipng-1.11 @@ -18,5 +18,6 @@ USE_TOOLS+= makeinfo .include "../../graphics/gd/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" +.include "../../print/kpathsea/buildlink3.mk" .include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |