aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-12-27 00:59:14 +0800
committershaun <shaun@FreeBSD.org>2006-12-27 00:59:14 +0800
commit0b37bbf49ed42a02a2fd6d5404adb5fec37cef4d (patch)
tree66904d278f4de43e9736c600fdb2afe6ea56b762 /ftp/proftpd
parent9ebfbd5e372e420a1ebd7eb0b157f918bbc64954 (diff)
downloadfreebsd-ports-gnome-0b37bbf49ed42a02a2fd6d5404adb5fec37cef4d.tar.gz
freebsd-ports-gnome-0b37bbf49ed42a02a2fd6d5404adb5fec37cef4d.tar.zst
freebsd-ports-gnome-0b37bbf49ed42a02a2fd6d5404adb5fec37cef4d.zip
- Fix INDEX build on 4.x.
- Remove BROKEN, since it compiles. Noticed by: Dan Langille
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index d2828cd4c720..7828bb5d066a 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -61,6 +61,8 @@ OPTIONS= IPV6 "Use IPv6" off \
NLS "Use nls" off
MODULES?=
+LIBDIRS?=
+INCLUDEDIRS?=
.include <bsd.port.pre.mk>
@@ -248,8 +250,4 @@ post-install:
@${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${PREFIX}/man/man8/ftpdctl.8
.endif
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
.include <bsd.port.post.mk>