mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Respect WITHOUT_ARTS to disable arts support even if arts is already
installed.
This commit is contained in:
parent
e80f71b85e
commit
57dcf10e90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95646
@ -74,7 +74,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
|
|||||||
CONFIGURE_ARGS+=--enable-video-svga
|
CONFIGURE_ARGS+=--enable-video-svga
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)
|
.if (exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)) && !defined(WITHOUT_ARTS)
|
||||||
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
|
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
|
||||||
CONFIGURE_ARGS+=--enable-arts
|
CONFIGURE_ARGS+=--enable-arts
|
||||||
.else
|
.else
|
||||||
|
Loading…
Reference in New Issue
Block a user