Support WITHOUT_NLS

This commit is contained in:
Kris Kennaway 2004-03-25 09:52:44 +00:00
parent f268557208
commit e8e9ff69e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105208

View file

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