summaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authorwiz <wiz>2001-05-22 09:32:18 +0000
committerwiz <wiz>2001-05-22 09:32:18 +0000
commit2d0bc71d62d0a950fd5dac8432fe6b67c45228c2 (patch)
tree1df5f6c020b6f6acdff761eca4cb1348bc4276f8 /editors/ted
parent1c7d6b8bd5b706359bc20720ac0c4579669989c3 (diff)
downloadpkgsrc-2d0bc71d62d0a950fd5dac8432fe6b67c45228c2.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