diff options
Diffstat (limited to 'ports-mgmt/kports/Makefile')
-rw-r--r-- | ports-mgmt/kports/Makefile | 4 |
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 |