diff options
author | tron <tron> | 1998-11-10 18:34:28 +0000 |
---|---|---|
committer | tron <tron> | 1998-11-10 18:34:28 +0000 |
commit | 73e84afb08b1656ac1c544877f8e4fcea6c9d260 (patch) | |
tree | 2a1ee3c89c86f62944ef423231855d8ff7d666a8 /print/magicfilter | |
parent | 53f3c062b41150519d70d48c4346967738221e0c (diff) | |
download | pkgsrc-73e84afb08b1656ac1c544877f8e4fcea6c9d260.tar.gz |
Fix typo in dependences.
Diffstat (limited to 'print/magicfilter')
-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 \ |