mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Support WITHOUT_NLS
This commit is contained in:
parent
f268557208
commit
e8e9ff69e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105208
@ -45,6 +45,10 @@ WITH_AUDIO?= rplay
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
.endif
|
||||
|
||||
.if ${WITH_AUDIO} == "nas"
|
||||
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${X11BASE}/bin/auplay
|
||||
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas
|
||||
|
Loading…
Reference in New Issue
Block a user