diff options
Diffstat (limited to 'print/ghostscript8-base/Makefile')
-rw-r--r-- | print/ghostscript8-base/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/print/ghostscript8-base/Makefile b/print/ghostscript8-base/Makefile index 25e17f556cfa..8f43eb428f9c 100644 --- a/print/ghostscript8-base/Makefile +++ b/print/ghostscript8-base/Makefile @@ -18,14 +18,14 @@ COMMENT= Ghostscript 8.x PostScript interpreter, base part LICENSE= GPLv3 -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libjasper.so:${PORTSDIR}/graphics/jasper \ - libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ - libpaper.so:${PORTSDIR}/print/libpaper \ - libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libfreetype.so:print/freetype2 \ + libjasper.so:graphics/jasper \ + libjbig2dec.so:graphics/jbig2dec \ + libpaper.so:print/libpaper \ + libpng.so:graphics/png \ + libtiff.so:graphics/tiff +RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:print/gsfonts CONFLICTS_INSTALL= \ gambc-[0-9]* \ @@ -75,7 +75,7 @@ OPTIONS_DEFINE= DOCS CAIRO CUPS FONTCONFIG ICONV OPTIONS_DEFAULT=DOCS CAIRO CUPS FONTCONFIG ICONV OPTIONS_SUB= yes FONTCONFIG_DESC=Enable fontconfig support -FONTCONFIG_LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig FONTCONFIG_CONFIGURE_ENABLE= fontconfig NO_OPTIONS_SORT=yes |