https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230986
--- Comment #13 from Tijl Coosemans <[email protected]> --- (In reply to Jason W. Bacon from comment #12) > I agree that flavors are likely the best solution. I'll experiment > with the flashplayer ports ASAP and post results here. Ideally you'd implement this in Mk/Uses/linux.mk (if you're interested of course). Something like this maybe: USES=linux # all flavors (c6, c6_64 (amd64 only), c7) USES=linux:c6 # no flavors, just depend on c6 USES=linux:c6,c7 # c6 and c7 flavor -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
