summaryrefslogtreecommitdiff
path: root/ports-mgmt/kports
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:24:29 +0000
commit52d564a55281a0e508af246fff0da98dc47c91f7 (patch)
tree3f8a80ef119467b0186ce4ffff223c0d0120ca4e /ports-mgmt/kports
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200778
Diffstat (limited to 'ports-mgmt/kports')
-rw-r--r--ports-mgmt/kports/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports-mgmt/kports/Makefile b/ports-mgmt/kports/Makefile
index cf93ff08ffdb..60cb195e5579 100644
--- a/ports-mgmt/kports/Makefile
+++ b/ports-mgmt/kports/Makefile
@@ -28,10 +28,6 @@ OPTIONS= PORTAUDIT "Require Portaudit" on
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= doesn't compile properly on 4.x systems
-.endif
-
.if !defined(WITHOUT_PORTAUDIT)
RUN_DEPENDS+= portaudit:${PORTSDIR}/ports-mgmt/portaudit
.endif