diff options
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index db34984a3587..87089448c726 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= ${X11BASE}/lib/X11/fonts/gs/fonts.dir:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts NO_CDROM= "Can only be distributed for free" diff --git a/print/ghostscript8/Makefile.inc b/print/ghostscript8/Makefile.inc index 55bbe5bc77bd..7b04dc42b598 100644 --- a/print/ghostscript8/Makefile.inc +++ b/print/ghostscript8/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.14 -GS_REVISION= 1 +GS_REVISION= 2 GS_EPOCH= 1 |