summaryrefslogtreecommitdiff
path: root/cad
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 /cad
parentunbreak: ${FILESDIR} is read-only. (diff)
Replace the ghostscript6 dependencies with ghostscript-gnu.
Notes
Notes: svn path=/head/; revision=47716
Diffstat (limited to 'cad')
-rw-r--r--cad/xcircuit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index ad5773424c9c..6fcc40591cec 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
+RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes