This doesn't work:
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
OPTIONS_DEFAULT+= MYOPT
.endif
MYOPT isn't picked up
I tried with a regular expressions, witout .include:
SYSVERSION= ${OPSYS}${OSVERSION}
OPTIONS_DEFAULT=HELP ${SYSVERSION:C/^FreeBSD1[1-9][0-9]{5}$/MYOPT/:MMYOPT}
MYOPT isn't picked up again.
Yuri
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"