summaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-22 09:32:18 +0000
committerwiz <wiz@pkgsrc.org>2001-05-22 09:32:18 +0000
commit26c40c61dd1d726913b4b92c5749d3561b40f140 (patch)
tree1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /editors/ted
parent1ae709ff51fb04b43ea64c7120ae73bf58d442f7 (diff)
downloadpkgsrc-26c40c61dd1d726913b4b92c5749d3561b40f140.tar.gz
Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index f5afb87f639..56fb2ae39a6 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/05/19 17:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/05/22 09:32:18 wiz Exp $
DISTNAME= ted-2.10.src
PKGNAME= ted-2.10
@@ -11,9 +11,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.nllgg.nl/Ted/
COMMENT= X11 based WordPad-like word processor
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>1.0.9:../../graphics/png
-DEPENDS+= tiff-*:../../graphics/tiff
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= png>=1.0.11:../../graphics/png
+DEPENDS+= tiff-*:../../graphics/tiff
USE_MOTIF= YES
USE_X11= YES