diff options
author | jschauma <jschauma@pkgsrc.org> | 2006-01-29 18:00:17 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2006-01-29 18:00:17 +0000 |
commit | 0c63432777d031a1416ea01789503fde1042e02c (patch) | |
tree | c349a1078162119f9763e9c4b86172b35562ad84 /meta-pkgs/netbsd-www | |
parent | 4d0cbc76568be9480694e9199d78daf4f97a0532 (diff) | |
download | pkgsrc-0c63432777d031a1416ea01789503fde1042e02c.tar.gz |
psutils is needed to build the flyer, so add yet another dependency here
Diffstat (limited to 'meta-pkgs/netbsd-www')
-rw-r--r-- | meta-pkgs/netbsd-www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/netbsd-www/Makefile b/meta-pkgs/netbsd-www/Makefile index 4574fba375e..9b3bfdc05b8 100644 --- a/meta-pkgs/netbsd-www/Makefile +++ b/meta-pkgs/netbsd-www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/01/24 07:32:21 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/29 18:00:17 jschauma Exp $ # DISTNAME= netbsd-www-1.4 @@ -19,6 +19,7 @@ DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick DEPENDS+= xearth>=1.1:../../x11/xearth DEPENDS+= opensp>=1.1:../../textproc/opensp +DEPENDS+= psutils>=1.17:../../print/psutils DEPENDS+= w3m>=0.4:../../www/w3m USE_TOOLS+= perl:run |