Date: Thu, 6 Mar 2014 07:13:17 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347166 - in head/print: ghostscript9-agpl/files ghostscript9/files Message-ID: <201403060713.s267DHoW051471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Thu Mar 6 07:13:16 2014 New Revision: 347166 URL: http://svnweb.freebsd.org/changeset/ports/347166 QAT: https://qat.redports.org/buildarchive/r347166/ Log: Use new syntax for LIB_DEPENDS. Modified: head/print/ghostscript9-agpl/files/Makefile.drivers_post head/print/ghostscript9/files/Makefile.drivers_post Modified: head/print/ghostscript9-agpl/files/Makefile.drivers_post ============================================================================== --- head/print/ghostscript9-agpl/files/Makefile.drivers_post Thu Mar 6 07:10:02 2014 (r347165) +++ head/print/ghostscript9-agpl/files/Makefile.drivers_post Thu Mar 6 07:13:16 2014 (r347166) @@ -40,7 +40,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_CUPS_DEVS) -LIB_DEPENDS+= cupsimage.2:${PORTSDIR}/print/cups-image +LIB_DEPENDS+= libcupsimage.so:${PORTSDIR}/print/cups-image 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+= vga.1:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib .endif # x11 specific Modified: head/print/ghostscript9/files/Makefile.drivers_post ============================================================================== --- head/print/ghostscript9/files/Makefile.drivers_post Thu Mar 6 07:10:02 2014 (r347165) +++ head/print/ghostscript9/files/Makefile.drivers_post Thu Mar 6 07:13:16 2014 (r347166) @@ -40,7 +40,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_CUPS_DEVS) -LIB_DEPENDS+= cupsimage.2:${PORTSDIR}/print/cups-image +LIB_DEPENDS+= libcupsimage.so:${PORTSDIR}/print/cups-image 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+= vga.1:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib .endif # x11 specific
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403060713.s267DHoW051471>