diff options
author | tron <tron> | 1998-11-10 18:34:28 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-10 18:34:28 +0000 |
commit | 224a653eec5230ac76e9e6fe52e0c999f1f6bb6a (patch) | |
tree | 2a1ee3c89c86f62944ef423231855d8ff7d666a8 /print | |
parent | d96608234ecedc468b032e4ecb3ddb6e1f8e92a9 (diff) | |
download | pkgsrc-224a653eec5230ac76e9e6fe52e0c999f1f6bb6a.tar.gz |
Fix typo in dependences.
Diffstat (limited to 'print')
-rw-r--r-- | print/magicfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index fec39591b5f..8574c0240c2 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/11/09 18:09:02 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/10 18:34:28 tron Exp $ DISTNAME= magicfilter-1.2 CATEGORIES= print @@ -7,7 +7,7 @@ MASTER_SITE_SUBDIR= system/printing MAINTAINER= tron@netbsd.org -DEPENDS+= a2ps--4.10.3:../../print/a2ps \ +DEPENDS+= a2ps-4.10.3:../../print/a2ps \ ghostscript-5.50:../../print/ghostscript5 \ netpbm-19940301:../../graphics/netpbm \ teTeX-0.4p8:../../print/teTeX \ |