diff options
author | jmc <jmc@pkgsrc.org> | 2003-05-22 01:50:07 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-05-22 01:50:07 +0000 |
commit | bae783175d26b98fa6f8c6bc4ed5b5154aafb3d9 (patch) | |
tree | 9f81afba95a53cf47a6675a05d6fa91f3dcfe71d /textproc/groff | |
parent | 5fcecc49df6265065e4fd6b9052c5385c2b8b465 (diff) | |
download | pkgsrc-bae783175d26b98fa6f8c6bc4ed5b5154aafb3d9.tar.gz |
In order for the html interface to work this needs ghostscript, psutils
and netpbm needs to be done as DEPENDS instead of BUILD_DEPENDS.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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" |