diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:10:52 +0800 |
commit | 390824965052cc70180f9260020ce05f7bac73b3 (patch) | |
tree | de8ee9a13aa428604f4e7ec2f6467eab313deb48 /net/boinc-client | |
parent | 30692bcf95616dd19481e08304ab4b7d2b142b8c (diff) | |
download | freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.gz freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.tar.zst freebsd-ports-gnome-390824965052cc70180f9260020ce05f7bac73b3.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 3fd6f9aa322e..cc6f05986c06 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -62,10 +62,6 @@ PLIST_SUB+= BOINC_GUI="" PLIST_SUB+= BOINC_GUI="@comment " .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile. Consider upgrading your FreeBSD to at least 5.X -.endif - post-patch: @${REINPLACE_CMD} -e 's|gui_rpc_auth.cfg|${BOINC_HOME}/gui_rpc_auth.cfg|g' \ ${WRKSRC}/client/file_names.h ${WRKSRC}/lib/boinc_cmd.C \ |