Use new syntax for LIB_DEPENDS.

This commit is contained in:
Hiroki Sato 2014-03-06 07:13:16 +00:00
parent 1f941f58c2
commit c893243905
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347166
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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