From d78c6132eb8172964ab68651a7d3dd8920a0d6c2 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 22 May 2003 01:50:07 +0000 Subject: In order for the html interface to work this needs ghostscript, psutils and netpbm needs to be done as DEPENDS instead of BUILD_DEPENDS. --- textproc/groff/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 34b8e6db2c5..f97eb753f9e 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/05/15 08:11:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/22 01:50:07 jmc Exp $ # DISTNAME= groff-1.19 @@ -10,7 +10,8 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= GNU roff text processing suite -BUILD_DEPENDS+= netpbm>=10.0:../../graphics/netpbm +DEPENDS+= netpbm>=10.0:../../graphics/netpbm +DEPENDS+= psutils>=1.17:../../print/psutils GNU_CONFIGURE= YES USE_PERL5= YES @@ -24,5 +25,6 @@ INFO_FILES= groff CONFIGURE_ENV+= PAGE=${PAPERSIZE} .endif +.include "../../mk/ghostscript.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3