Use new syntax for LIB_DEPENDS.
This commit is contained in:
parent
1f941f58c2
commit
c893243905
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347166
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user