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 | |
parent | 754b0c312fd543b54f6abdf6fa1da1ec63dc7b9a (diff) | |
download | ports-520f94385653e3444c1be979038fb6fd8b518921.tar.gz ports-520f94385653e3444c1be979038fb6fd8b518921.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 8 | ||||
-rw-r--r-- | graphics/eps2png/Makefile | 2 | ||||
-rw-r--r-- | graphics/epstool/Makefile | 2 | ||||
-rw-r--r-- | graphics/ipe/Makefile | 2 | ||||
-rw-r--r-- | graphics/peps/Makefile | 2 | ||||
-rw-r--r-- | graphics/pstoedit/Makefile | 2 |
6 files changed, 9 insertions, 9 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='' diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index 7492ace69e48..364d0e58dd71 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans MAINTAINER= nik@freebsd.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu PERL_CONFIGURE= yes diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 79d13744af38..696338aadd72 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -13,7 +13,7 @@ DISTNAME= gsv40src MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 179127b610a3..0b2597ef749a 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/ipe/ \ MAINTAINER= bremner@unb.ca -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ latex:${PORTSDIR}/print/teTeX USE_XLIB= yes diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index 40f858b89cba..6ab5477e4c96 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.whizkidtech.net/peps/ MAINTAINER= petef@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ pnmtopng:${PORTSDIR}/graphics/netpbm post-patch: diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index d7977b83d498..459256b4688e 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= jseger@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ plotter.4:${PORTSDIR}/graphics/plotutils |