aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-03-06 07:13:16 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-03-06 07:13:16 +0000
commitc893243905b38ab5559768f11831ca7b5b560a0d (patch)
tree9ad7181e304c50727fd50f370619eba79fa6b4df /print
parent1f941f58c24f7e044e7bd46a2b3e7ba9013672c1 (diff)
downloadports-c893243905b38ab5559768f11831ca7b5b560a0d.tar.gz
ports-c893243905b38ab5559768f11831ca7b5b560a0d.zip
Use new syntax for LIB_DEPENDS.
Notes
Notes: svn path=/head/; revision=347166
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript9-agpl/files/Makefile.drivers_post4
-rw-r--r--print/ghostscript9/files/Makefile.drivers_post4
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