summaryrefslogtreecommitdiff
path: root/print/apsfilter
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-11 21:23:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-11 21:23:46 +0000
commit520f94385653e3444c1be979038fb6fd8b518921 (patch)
treed59222d3d228613210b4fbc581a83b60b6b5f504 /print/apsfilter
parentunbreak: ${FILESDIR} is read-only. (diff)
Replace the ghostscript6 dependencies with ghostscript-gnu.
Notes
Notes: svn path=/head/; revision=47716
Diffstat (limited to 'print/apsfilter')
-rw-r--r--print/apsfilter/Makefile8
1 files changed, 4 insertions, 4 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