summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmc <jmc>2003-05-22 01:50:07 +0000
committerjmc <jmc>2003-05-22 01:50:07 +0000
commitd78c6132eb8172964ab68651a7d3dd8920a0d6c2 (patch)
tree9f81afba95a53cf47a6675a05d6fa91f3dcfe71d /textproc
parent3fecae672273a6b896f7db0f9c3f0b35e35a9942 (diff)
downloadpkgsrc-d78c6132eb8172964ab68651a7d3dd8920a0d6c2.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')
-rw-r--r--textproc/groff/Makefile6
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"