diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-31 22:06:40 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-31 22:06:40 +0000 |
commit | 0cb600852cb92340eba2bab87573ad5cde2915cc (patch) | |
tree | a2451c41c81fc99270f5e966fb0fd363e2b4f3b1 /security | |
parent | 38c6e50fcad4a19396da04dfbc7368f258c5bc71 (diff) | |
download | ports-0cb600852cb92340eba2bab87573ad5cde2915cc.tar.gz ports-0cb600852cb92340eba2bab87573ad5cde2915cc.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/rkhunter/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index 47d78e71f672..77c925352389 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -39,10 +39,6 @@ RUN_DEPENDS+= lsof:${PORTSDIR}/sysutils/lsof RUN_DEPENDS+= nmap:${PORTSDIR}/security/nmap .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not build on sparc64 -.endif - do-install: cd ${WRKSRC} && ./installer.sh --installdir ${PREFIX} ${INSTALL_MAN} ${WRKSRC}/files/development/rkhunter.8 ${MAN8PREFIX}/man/man8 |