diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-14 14:02:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-14 14:02:09 +0000 |
commit | 0caa7a9918e01c20926dd260476dbe7493d1e078 (patch) | |
tree | 234f342ab4d35538449ebb8532978f123684ccb8 /print/ghostscript-gpl | |
parent | bac54ee0621169806c29ddf1b4a4fbf15db68159 (diff) |
Notes
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index db34984a3587..87089448c726 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= ${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/ghostscript-gpl/Makefile.inc b/print/ghostscript-gpl/Makefile.inc index 55bbe5bc77bd..7b04dc42b598 100644 --- a/print/ghostscript-gpl/Makefile.inc +++ b/print/ghostscript-gpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.14 -GS_REVISION= 1 +GS_REVISION= 2 GS_EPOCH= 1 |