svn commit: r347166 - in head/print: ghostscript9-agpl/files ghostscript9/files
Hiroki Sato
hrs at FreeBSD.org
Thu Mar 6 07:13:17 UTC 2014
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
More information about the svn-ports-all
mailing list