diff options
author | tron <tron> | 1999-08-26 19:32:31 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-26 19:32:31 +0000 |
commit | ebd4b0749b19c41129d6bce0110408ca2134e08c (patch) | |
tree | 63c65c7f66e43a16a340e29e965d49d92200bf17 /print/magicfilter | |
parent | 4c2768b67d1b05c75f790233adbdfbbbbd15ce59 (diff) | |
download | pkgsrc-ebd4b0749b19c41129d6bce0110408ca2134e08c.tar.gz |
Depend only on "teTeX-bin" package and use wildcard dependences.
Diffstat (limited to 'print/magicfilter')
-rw-r--r-- | print/magicfilter/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index dab6e2e4244..b077ed102aa 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/08/26 19:30:37 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/26 19:32:31 tron Exp $ DISTNAME= magicfilter-1.2 CATEGORIES= print @@ -6,11 +6,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/} MAINTAINER= tron@netbsd.org -DEPENDS+= a2ps-4.12:../../print/a2ps \ - ghostscript-5.50:../../print/ghostscript5 \ - netpbm-19940301:../../graphics/netpbm \ - teTeX-1.0.6:../../print/teTeX \ - papersize-1.0.1:../../print/papersize +DEPENDS+= a2ps-*:../../print/a2ps \ + ghostscript-*:../../print/ghostscript5 \ + netpbm-*:../../graphics/netpbm \ + teTeX-bin-*:../../print/teTeX \ + papersize-*:../../print/papersize USE_GMAKE= yes GNU_CONFIGURE= yes |