diff options
Diffstat (limited to 'print/ghostscript9-base/Makefile')
-rw-r--r-- | print/ghostscript9-base/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/print/ghostscript9-base/Makefile b/print/ghostscript9-base/Makefile index f505f8c3e5cb..de31d85d7088 100644 --- a/print/ghostscript9-base/Makefile +++ b/print/ghostscript9-base/Makefile @@ -17,15 +17,15 @@ COMMENT= Ghostscript 9.x PostScript interpreter, base part LICENSE= GPLv3 -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libfreetype.so:${PORTSDIR}/print/freetype2 \ - libidn.so:${PORTSDIR}/dns/libidn \ - libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - 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 \ + libidn.so:dns/libidn \ + libjbig2dec.so:graphics/jbig2dec \ + liblcms2.so:graphics/lcms2 \ + 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]* \ @@ -76,7 +76,7 @@ OPTIONS_DEFINE= DOCS CUPS FONTCONFIG ICONV OPTIONS_DEFAULT=DOCS 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 |