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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue