diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/fwbuilder/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index ab986486fad8..d47072542e45 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -63,10 +63,15 @@ PORTDOCS= * .endif .include <bsd.port.pre.mk> + .if ${OSVERSION} >= 800107 MAKE_ENV+= CCACHE_DISABLE=yes .endif +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + post-install: @${STRIP_CMD} ${PREFIX}/bin/fwbuilder @${ECHO} If you are upgrading from a previous version of fwbuilder, |