From 27bcde2bbeb9705ab9909fa624324d2dabc8a3c3 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 02:24:29 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- ports-mgmt/kports-qt4/Makefile | 4 ---- ports-mgmt/kports/Makefile | 4 ---- 2 files changed, 8 deletions(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/kports-qt4/Makefile b/ports-mgmt/kports-qt4/Makefile index cf93ff08ffdb..60cb195e5579 100644 --- a/ports-mgmt/kports-qt4/Makefile +++ b/ports-mgmt/kports-qt4/Makefile @@ -28,10 +28,6 @@ OPTIONS= PORTAUDIT "Require Portaudit" on .include -.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 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 -.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 -- cgit