diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:24:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:24:29 +0800 |
commit | 27bcde2bbeb9705ab9909fa624324d2dabc8a3c3 (patch) | |
tree | 9732a636b574b55c7fbddc861c58994a5b2bb9d5 /ports-mgmt | |
parent | 390824965052cc70180f9260020ce05f7bac73b3 (diff) | |
download | freebsd-ports-gnome-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.tar.gz freebsd-ports-gnome-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.tar.zst freebsd-ports-gnome-27bcde2bbeb9705ab9909fa624324d2dabc8a3c3.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/kports-qt4/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/kports/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
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 <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 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 |