diff options
author | pav <pav@FreeBSD.org> | 2004-06-17 16:18:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-17 16:18:55 +0800 |
commit | 6d65cc729833111ae1b621ae2254359a4ddd47b8 (patch) | |
tree | eb78e11e8d81d7e46fbcbdd7fc283e325b2246c9 /print | |
parent | a8edd6c669617d25246cecec3cb93a4180f78be8 (diff) | |
download | freebsd-ports-gnome-6d65cc729833111ae1b621ae2254359a4ddd47b8.tar.gz freebsd-ports-gnome-6d65cc729833111ae1b621ae2254359a4ddd47b8.tar.zst freebsd-ports-gnome-6d65cc729833111ae1b621ae2254359a4ddd47b8.zip |
- Unify print/gsfonts dependency check
PR: ports/67999, ports/68035
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 87089448c726..c3ae9972a8d1 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -51,7 +51,7 @@ COMMENT= AFPL Postscript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts NO_CDROM= "Can only be distributed for free" diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index e1fef40d09e4..2081bcc60a2b 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -56,7 +56,7 @@ COMMENT= GNU Postscript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts CONFLICTS= ghostscript-afpl* USE_BZIP2= yes diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 87089448c726..c3ae9972a8d1 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -51,7 +51,7 @@ COMMENT= AFPL Postscript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts NO_CDROM= "Can only be distributed for free" diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index e1fef40d09e4..2081bcc60a2b 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -56,7 +56,7 @@ COMMENT= GNU Postscript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts CONFLICTS= ghostscript-afpl* USE_BZIP2= yes diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 87089448c726..c3ae9972a8d1 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -51,7 +51,7 @@ COMMENT= AFPL Postscript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts NO_CDROM= "Can only be distributed for free" |