diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
commit | 72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch) | |
tree | d1102c67d6d770e809475dae366f152130cb1883 /devel/root | |
parent | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff) | |
download | freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.zst freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'devel/root')
-rw-r--r-- | devel/root/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile index 962679ad7f0e..2ec07b968f47 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -220,9 +220,7 @@ CONFIGURE_ARGS+= --disable-srp ### Rules and version dependend variables -.if ${OSVERSION} < 500016 -BROKEN= "Does not compile / Needs thread support" -.elif ${OSVERSION} >= 700000 +.if ${OSVERSION} >= 700000 BROKEN= Does not compile .endif |