diff options
author | itohy <itohy@pkgsrc.org> | 2000-07-18 08:10:12 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2000-07-18 08:10:12 +0000 |
commit | 7f485f7ba3d4571fb462c02a8ae237a1f33ee230 (patch) | |
tree | 22c22ae65bfcbc838cb0b26ae3bd4d96c689b14f /graphics/pstoedit/Makefile | |
parent | 63ea2c3d71456c7a76a8d3f629c4fcb99b1afb32 (diff) | |
download | pkgsrc-7f485f7ba3d4571fb462c02a8ae237a1f33ee230.tar.gz |
Oops. s/\+/?/
Diffstat (limited to 'graphics/pstoedit/Makefile')
-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 86d866f731e..3de2c37a84a 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/18 07:46:40 itohy Exp $ +# $NetBSD: Makefile,v 1.2 2000/07/18 08:10:12 itohy Exp $ DISTNAME= pstoedit_3_20 PKGNAME= pstoedit-3.20 @@ -14,7 +14,7 @@ DEPENDS+= plotutils-2.3.0:../../graphics/plotutils # Any ghostscript pkg will probably do, if not a font pkg. DEPENDS+= ghostscript-[^f]*:../../print/ghostscript -NO_CDROM+= "The author writes: If you include this program on a CDROM, please send me a copy of the CD, or if it goes with a book, of the book." +NO_CDROM?= "The author writes: If you include this program on a CDROM, please send me a copy of the CD, or if it goes with a book, of the book." WRKSRC= ${WRKDIR}/pstoedit_3.20/src |