diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 21:23:46 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 21:23:46 +0000 |
commit | 520f94385653e3444c1be979038fb6fd8b518921 (patch) | |
tree | d59222d3d228613210b4fbc581a83b60b6b5f504 /print | |
parent | 754b0c312fd543b54f6abdf6fa1da1ec63dc7b9a (diff) | |
download | freebsd-ports-520f94385653e3444c1be979038fb6fd8b518921.zip |
Replace the ghostscript6 dependencies with ghostscript-gnu.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 8 | ||||
-rw-r--r-- | print/ggv/Makefile | 2 | ||||
-rw-r--r-- | print/ggv2/Makefile | 2 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 2 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 2 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index a455a9befa07..9366faab7bfa 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -39,9 +39,9 @@ MAKE_ENV+= NO_X=true # # ps emulator .if defined(WITHOUT_X11) -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6-nox11 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 .else -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu .endif # all needed decompression utilities .if !exists(/usr/bin/bzip2) @@ -73,9 +73,9 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba # # ps emulator .if defined(WITHOUT_X11) -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6-nox11 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 .else -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu .endif # most important "xxx to ps" filter utilities RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter diff --git a/print/ggv/Makefile b/print/ggv/Makefile index a45ce62bd057..a5bd84c81e8e 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/ggv MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu USE_X_PREFIX= yes USE_GNOME= yes diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index a45ce62bd057..a5bd84c81e8e 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= stable/sources/ggv MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu USE_X_PREFIX= yes USE_GNOME= yes diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index ce095744229b..6e3d02e896b0 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -14,7 +14,7 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index ce095744229b..6e3d02e896b0 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -14,7 +14,7 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index ce095744229b..6e3d02e896b0 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -14,7 +14,7 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PLIST_SUB= VERSION=${PORTVERSION} |