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/gnomeprint | |
parent | unbreak: ${FILESDIR} is read-only. (diff) |
Replace the ghostscript6 dependencies with ghostscript-gnu.
Notes
Notes:
svn path=/head/; revision=47716
Diffstat (limited to 'print/gnomeprint')
-rw-r--r-- | print/gnomeprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |