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