aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/pftpx
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:50:28 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:50:28 +0800
commit9eca9d9c3be542fb7d2775295de32351162caa11 (patch)
tree8ea5523580a991921ed044fb2bb0b5823486f85c /ftp/pftpx
parent08401ab584679ba575474618aea9ae870cf34d1a (diff)
downloadfreebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.gz
freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.zst
freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'ftp/pftpx')
-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")