diff options
Diffstat (limited to 'security/rkhunter')
-rw-r--r-- | security/rkhunter/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index e54939e98775..149e8dd818c2 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -27,6 +27,12 @@ MANCOMPRESSED= no PORTDOCS= CHANGELOG README WISHLIST +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-patch: @${SED} -e 's|PREFIX|${PREFIX}|g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} @@ -39,4 +45,4 @@ do-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |