Hi!
> If I put
>
> .if ${OPSYS} == FreeBSD && ${OSVERSION} < 100000
> BROKEN= Does not compile with FreeBSD 9.x or older
> .endif
Ah, self-defeat: It needs one more zero:
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
--
[email protected] +49 171 3101372 6 years to go !
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"
