diff options
author | hrs <hrs@FreeBSD.org> | 2014-03-06 15:13:16 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-03-06 15:13:16 +0800 |
commit | 5785e74f552f624e1643d71d0c7491a27d3c1632 (patch) | |
tree | 9ad7181e304c50727fd50f370619eba79fa6b4df /print | |
parent | 6a2aae10cbdc6aff1da22f60ff25dbcf4b77f7c4 (diff) | |
download | freebsd-ports-gnome-5785e74f552f624e1643d71d0c7491a27d3c1632.tar.gz freebsd-ports-gnome-5785e74f552f624e1643d71d0c7491a27d3c1632.tar.zst freebsd-ports-gnome-5785e74f552f624e1643d71d0c7491a27d3c1632.zip |
Use new syntax for LIB_DEPENDS.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript9-agpl/files/Makefile.drivers_post | 4 | ||||
-rw-r--r-- | 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 |