diff options
author | tron <tron> | 1999-09-24 15:31:22 +0000 |
---|---|---|
committer | tron <tron> | 1999-09-24 15:31:22 +0000 |
commit | b407a299af563755d3c7ea8fecc080a58d72ef85 (patch) | |
tree | a54f2ed87d07242f572664d6f4b17fcf3e15e5a5 /print | |
parent | d668712a2ed6ed802096d9c8d090f5001c6a5434 (diff) | |
download | pkgsrc-b407a299af563755d3c7ea8fecc080a58d72ef85.tar.gz |
Fix wrong directory in dependence for "teTeX-bin" package.
Diffstat (limited to 'print')
-rw-r--r-- | print/magicfilter/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index b077ed102aa..155ca241f3c 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/08/26 19:32:31 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/09/24 15:31:22 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-*:../../print/a2ps \ - ghostscript-*:../../print/ghostscript5 \ +DEPENDS+= a2ps-*:../a2ps \ + ghostscript-*:../ghostscript5 \ netpbm-*:../../graphics/netpbm \ - teTeX-bin-*:../../print/teTeX \ - papersize-*:../../print/papersize + teTeX-bin-*:../teTeX-bin \ + papersize-*:../papersize USE_GMAKE= yes GNU_CONFIGURE= yes |