From c893243905b38ab5559768f11831ca7b5b560a0d Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Thu, 6 Mar 2014 07:13:16 +0000 Subject: [PATCH] Use new syntax for LIB_DEPENDS. --- print/ghostscript9-agpl/files/Makefile.drivers_post | 4 ++-- print/ghostscript9/files/Makefile.drivers_post | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/print/ghostscript9-agpl/files/Makefile.drivers_post b/print/ghostscript9-agpl/files/Makefile.drivers_post index f3c0c2e7e6f8..af7b8686183a 100644 --- a/print/ghostscript9-agpl/files/Makefile.drivers_post +++ b/print/ghostscript9-agpl/files/Makefile.drivers_post @@ -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 diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post index f3c0c2e7e6f8..af7b8686183a 100644 --- a/print/ghostscript9/files/Makefile.drivers_post +++ b/print/ghostscript9/files/Makefile.drivers_post @@ -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