aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-06-14 22:02:09 +0800
committernork <nork@FreeBSD.org>2004-06-14 22:02:09 +0800
commitb0e95922fbbd7949c808aacf5edb367fe35a50dc (patch)
treefcdb066ecbb661d876affbaeb15916ebc8b3d666 /print
parent4cf16aa8d1b552b4636253a78cd6aca3333c63d8 (diff)
downloadfreebsd-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')
-rw-r--r--print/ghostscript-afpl/Makefile2
-rw-r--r--print/ghostscript-afpl/Makefile.inc2
-rw-r--r--print/ghostscript-gnu/Makefile4
-rw-r--r--print/ghostscript-gpl/Makefile2
-rw-r--r--print/ghostscript-gpl/Makefile.inc2
-rw-r--r--print/ghostscript7/Makefile4
-rw-r--r--print/ghostscript8/Makefile2
-rw-r--r--print/ghostscript8/Makefile.inc2
8 files changed, 10 insertions, 10 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
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index 65bad60844ec..e1fef40d09e4 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= ${GS_VERSION}
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \
http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \
@@ -56,7 +56,7 @@ COMMENT= GNU 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
CONFLICTS= ghostscript-afpl*
USE_BZIP2= yes
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
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index 65bad60844ec..e1fef40d09e4 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript
PORTVERSION= ${GS_VERSION}
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \
http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \
@@ -56,7 +56,7 @@ COMMENT= GNU 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
CONFLICTS= ghostscript-afpl*
USE_BZIP2= yes
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