diff options
author | fredb <fredb@pkgsrc.org> | 2001-10-25 04:13:43 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-10-25 04:13:43 +0000 |
commit | 0b8d17db3aa5b9d9d1570e8fa21cc243982e65ab (patch) | |
tree | ab230326b3239d44d24122126ee19261aabf8a4c /print/teTeX-bin | |
parent | a37af6d86d5a3f56735f24afc5ca48395f8ad968 (diff) | |
download | pkgsrc-0b8d17db3aa5b9d9d1570e8fa21cc243982e65ab.tar.gz |
Bump the dependency on libwww to 5.3.2nb1, to ensure that the packaged
binaries on pre- NetBSD-1.5 systems don't carry the burden of (unnecessary)
dependencies on the "openssl" shared libraries.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index d8ada7d0846..87d7513151f 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/10/24 00:28:48 kei Exp $ +# $NetBSD: Makefile,v 1.31 2001/10/25 04:13:43 fredb Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -15,7 +15,7 @@ COMMENT= TeX distribution for UNIX compatible systems - executables BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-share>=1.0.2nb1:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog -DEPENDS+= libwww>=5.2.8:../../www/libwww +DEPENDS+= libwww>=5.3.2nb1:../../www/libwww DEPENDS+= png>=1.0.11:../../graphics/png DEPENDS+= texi2html>=1.52:../../textproc/texi2html |