diff options
author | pav <pav@FreeBSD.org> | 2004-10-16 19:56:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-16 19:56:24 +0800 |
commit | 7ed26953b325f0524bb14fe98aeae9f32e2a2fe0 (patch) | |
tree | 7b90b20fd05f0a80a953bb26007d664eb6b5543d /security/samhain/Makefile | |
parent | 4d4be2cd65d3c73dc2260f006a4c645646f1077e (diff) | |
download | freebsd-ports-gnome-7ed26953b325f0524bb14fe98aeae9f32e2a2fe0.tar.gz freebsd-ports-gnome-7ed26953b325f0524bb14fe98aeae9f32e2a2fe0.tar.zst freebsd-ports-gnome-7ed26953b325f0524bb14fe98aeae9f32e2a2fe0.zip |
- Update to 1.8.12 and unbreak on 5.x
PR: ports/72750
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Diffstat (limited to 'security/samhain/Makefile')
-rw-r--r-- | security/samhain/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 09be56a659c2..3889754d984f 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -17,7 +17,7 @@ # PORTNAME= samhain -PORTVERSION= 1.8.11 +PORTVERSION= 1.8.12 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://cold.darkambient.net/ @@ -36,10 +36,6 @@ OPTIONS= KCHECK "Enable rogue KLD detection" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif - .if defined(WITH_GPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif @@ -116,7 +112,7 @@ pre-everything:: .if !defined(WITHOUT_KCHECK) @${ECHO_MSG} @${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem" - @${ECHO_MSG} "and /dev/mem. If you're not building as root, please hit + @${ECHO_MSG} "and /dev/mem. If you're not building as root, please hit" @${ECHO_MSG} "Control-C and restart the build as root." @${ECHO_MSG} .endif |