diff options
author | nork <nork@FreeBSD.org> | 2004-06-14 22:02:09 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-14 22:02:09 +0800 |
commit | b0e95922fbbd7949c808aacf5edb367fe35a50dc (patch) | |
tree | fcdb066ecbb661d876affbaeb15916ebc8b3d666 /print/ghostscript-afpl | |
parent | 4cf16aa8d1b552b4636253a78cd6aca3333c63d8 (diff) | |
download | freebsd-ports-gnome-b0e95922fbbd7949c808aacf5edb367fe35a50dc.tar.gz freebsd-ports-gnome-b0e95922fbbd7949c808aacf5edb367fe35a50dc.tar.zst freebsd-ports-gnome-b0e95922fbbd7949c808aacf5edb367fe35a50dc.zip |
Fix dependency on print/gsfonts.
Pointed out by: bento via kris, hrs
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-afpl/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index db34984a3587..87089448c726 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= ${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-afpl/Makefile.inc b/print/ghostscript-afpl/Makefile.inc index 55bbe5bc77bd..7b04dc42b598 100644 --- a/print/ghostscript-afpl/Makefile.inc +++ b/print/ghostscript-afpl/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD$ GS_VERSION= 8.14 -GS_REVISION= 1 +GS_REVISION= 2 GS_EPOCH= 1 |