diff options
author | tron <tron@pkgsrc.org> | 2009-10-14 07:22:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-10-14 07:22:46 +0000 |
commit | 3642f2cb4df59e7de67c6ec72612cc121b3a0f46 (patch) | |
tree | 9439ae0a4e714b4a5cbcebbcfb1da2b0fc915598 /graphics | |
parent | b2762df33b36fe6136ae587e7b501d3df564fb05 (diff) | |
download | pkgsrc-3642f2cb4df59e7de67c6ec72612cc121b3a0f46.tar.gz |
Include "bsd.prefs.mk" to make the last change actually work to unbreak
the package build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dvipng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index cf5d509f8f9..bc770dfce0f 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/10/13 10:47:57 hasso Exp $ -# +# $NetBSD: Makefile,v 1.8 2009/10/14 07:22:46 tron Exp $ DISTNAME= dvipng-1.11 PKGREVISION= 4 @@ -18,6 +17,8 @@ GNU_CONFIGURE= yes INFO_FILES= yes USE_TOOLS+= makeinfo +.include "../../mk/bsd.prefs.mk" + # DragonFly has stripped makeinfo in the base - without texi2dvi. .if ${OPSYS} == "DragonFly" BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo |