diff options
author | fredb <fredb> | 2000-08-06 02:23:34 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-08-06 02:23:34 +0000 |
commit | 58f57345dc3cf3e2f8310052b2d88690e39ffec6 (patch) | |
tree | ba6fabb58948cdd35588757a73f85c2c9e941e20 /print | |
parent | 2f88201dffdd07435501659c22ee71e1e072807e (diff) | |
download | pkgsrc-58f57345dc3cf3e2f8310052b2d88690e39ffec6.tar.gz |
Add wildcard depends for libwww>=5.2.8.
Diffstat (limited to 'print')
-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 e2d3b726e96..da266ded995 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/04/15 22:30:45 mycroft Exp $ +# $NetBSD: Makefile,v 1.21 2000/08/06 02:23:34 fredb Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -13,7 +13,7 @@ MAINTAINER= hubertf@netbsd.org BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= teTeX-share-1.0.*:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog -DEPENDS+= libwww-5.2.8:../../www/libwww +DEPENDS+= libwww>=5.2.8:../../www/libwww DEPENDS+= png>=1.0.6:../../graphics/png CONFLICTS+= omega-* |