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 /graphics/ImageMagick | |
parent | unbreak: ${FILESDIR} is read-only. (diff) |
Replace the ghostscript6 dependencies with ghostscript-gnu.
Notes
Notes:
svn path=/head/; revision=47716
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index d332c97db512..94c630191d00 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -89,14 +89,14 @@ PLIST_SUB+= MODULES='@comment ' .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 -BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6-nox11 -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6-nox11 +BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 +RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu-nox11 CONFIGURE_ARGS+= --without-x --without-wmf PLIST_SUB+= X11='@comment ' .else LIB_DEPENDS+= wmf.1:${PORTSDIR}/graphics/libwmf -BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6 -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript6 +BUILD_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu +RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu USE_XLIB= yes MAN1+= animate.1 display.1 import.1 PLIST_SUB+= X11='' |