diff options
author | David Thiel <lx@FreeBSD.org> | 2007-04-22 01:14:26 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-04-22 01:14:26 +0000 |
commit | 6234f76585071334c4def6c0a0e5c4abad4c4dbf (patch) | |
tree | 181e427240d377c704269c389d68b456ae38b79e /security/silktools | |
parent | af3b7a29356c2c66950749f847d72ac44ff32799 (diff) |
Notes
Diffstat (limited to 'security/silktools')
-rw-r--r-- | security/silktools/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/silktools/Makefile b/security/silktools/Makefile index aa5dd1f6ec21..818a66d49eb6 100644 --- a/security/silktools/Makefile +++ b/security/silktools/Makefile @@ -41,10 +41,4 @@ post-install: @${MV} ${PREFIX}/share/silk/rwfpd.conf ${PREFIX}/share/silk/rwfpd.conf.sample @${MV} ${PREFIX}/share/silk/flowcap.conf ${PREFIX}/share/silk/flowcap.conf.sample -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |