summaryrefslogtreecommitdiff
path: root/ftp/pftpx/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
commit3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch)
tree50f793f00a7cb711970c62063687af6cd8625387 /ftp/pftpx/Makefile
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200771
Diffstat (limited to '')
-rw-r--r--ftp/pftpx/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/pftpx/Makefile b/ftp/pftpx/Makefile
index b112f1aa349b..cb935dd9f75e 100644
--- a/ftp/pftpx/Makefile
+++ b/ftp/pftpx/Makefile
@@ -23,10 +23,6 @@ USE_RC_SUBR= pftpx
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= only for 5.0 and above
-.endif
-
.if ${OSVERSION} < 502116
MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=34
.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")