diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/ghostscript9-base | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'print/ghostscript9-base')
-rw-r--r-- | print/ghostscript9-base/Makefile | 20 | ||||
-rw-r--r-- | print/ghostscript9-base/files/Makefile.drivers_post | 4 |
2 files changed, 12 insertions, 12 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 diff --git a/print/ghostscript9-base/files/Makefile.drivers_post b/print/ghostscript9-base/files/Makefile.drivers_post index 63c98d11afdc..b2b01388b689 100644 --- a/print/ghostscript9-base/files/Makefile.drivers_post +++ b/print/ghostscript9-base/files/Makefile.drivers_post @@ -40,7 +40,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_CUPS_DEVS) -LIB_DEPENDS+= libcupsimage.so:${PORTSDIR}/print/cups +LIB_DEPENDS+= libcupsimage.so:print/cups CONFIGURE_ARGS+= --enable-cups .else CONFIGURE_ARGS+= --disable-cups @@ -61,7 +61,7 @@ OPTIONS_UNSET+= ${PORT_OPTIONS:MGS_${D}} .endfor .if defined(_VGA_DEVS) -LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:graphics/svgalib .endif # iconv specific |