Use the new options framework for the ALC option too.

Submitted by:	maintainer via private mail
This commit is contained in:
Rene Ladan 2012-06-04 17:30:24 +00:00
parent b9b4157f60
commit 9525beeaf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298373

View File

@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.if !defined(WITHOUT_ALC)
.if ${PORT_OPTIONS:MALC}
CONFIGURE_ARGS+= --enable-alc
PLIST_SUB+= ALC=""
.else