diff options
author | itohy <itohy@pkgsrc.org> | 2000-07-18 23:07:46 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2000-07-18 23:07:46 +0000 |
commit | 71847d8df257c5cba6c9764699f80371721794d2 (patch) | |
tree | 931aed5dc82aa5b7b1d2f72fbe896a2a477d533c /graphics/pstoedit | |
parent | 41565a8e82898b9f3e027c49548add9102e7826c (diff) | |
download | pkgsrc-71847d8df257c5cba6c9764699f80371721794d2.tar.gz |
Rename PKGNAME of plotutils to "plotutils-2.3nb1" as suggested.
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 3de2c37a84a..283cb456068 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/07/18 08:10:12 itohy Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/18 23:07:47 itohy 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.3.0:../../graphics/plotutils +DEPENDS+= plotutils-2.3nb1:../../graphics/plotutils # Any ghostscript pkg will probably do, if not a font pkg. DEPENDS+= ghostscript-[^f]*:../../print/ghostscript |