diff options
author | itohy <itohy> | 2000-07-18 08:10:12 +0000 |
---|---|---|
committer | itohy <itohy> | 2000-07-18 08:10:12 +0000 |
commit | 06aca8323e2c9ba299e2a072c8aa8b1c9f973b47 (patch) | |
tree | 22c22ae65bfcbc838cb0b26ae3bd4d96c689b14f /graphics/pstoedit/Makefile | |
parent | 7d731a8ed06b88befe987a7aebe67dd8931f7aaf (diff) | |
download | pkgsrc-06aca8323e2c9ba299e2a072c8aa8b1c9f973b47.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 |