Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 475170) +++ Mk/bsd.port.mk (working copy) @@ -1461,13 +1461,13 @@ # Loading features .for f in ${USES} -_f:= ${f:C/\:.*//} +_f:= ${f:C/:.*//} .if !defined(${_f}_ARGS) -${_f}_ARGS:= ${f:C/^[^\:]*(\:|\$)//:S/,/ /g} +${_f}_ARGS:= ${f:C/^[^:]*(:|\$)//:S/,/ /g} .endif .endfor .for f in ${USES} -.include "${USESDIR}/${f:C/\:.*//}.mk" +.include "${USESDIR}/${f:C/:.*//}.mk" .endfor .if !empty(FLAVORS)