diff options
author | dmcmahill <dmcmahill> | 2000-08-24 00:04:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-24 00:04:25 +0000 |
commit | 3061002cad15a02daa2fbd5b3a8969711d582cca (patch) | |
tree | 2f11b4cf7107187959bd329f54f58a9f73653faf /graphics/pstoedit | |
parent | cb5c4062ffc6bb896b4ffc66713653fe1f99a510 (diff) | |
download | pkgsrc-3061002cad15a02daa2fbd5b3a8969711d582cca.tar.gz |
update plotutils depends
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 9a99ffea445..9fe42e7dba7 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/18 22:46:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/24 00:04:25 dmcmahill Exp $ DISTNAME= pstoedit_3_20 PKGNAME= pstoedit-3.20 @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ # Requires C++ support of plotutils. -DEPENDS+= plotutils-2.3nb1:../../graphics/plotutils +DEPENDS+= plotutils-2.4.1:../../graphics/plotutils # Any ghostscript pkg will probably do, if not a font pkg. DEPENDS+= ghostscript-[^f]*:../../print/ghostscript |