aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 06:18:09 +0800
committerkris <kris@FreeBSD.org>2005-03-27 06:18:09 +0800
commit069254edb64b82ad268143c5e42e18a594614a8e (patch)
tree4698489ccce9964290d1d2e764208bd317247715 /security
parent012e1d9988d106ff077b292acd23ed93df5af5fc (diff)
downloadfreebsd-ports-gnome-069254edb64b82ad268143c5e42e18a594614a8e.tar.gz
freebsd-ports-gnome-069254edb64b82ad268143c5e42e18a594614a8e.tar.zst
freebsd-ports-gnome-069254edb64b82ad268143c5e42e18a594614a8e.zip
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'security')
-rw-r--r--security/rkhunter/Makefile8
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>