From 0b37bbf49ed42a02a2fd6d5404adb5fec37cef4d Mon Sep 17 00:00:00 2001 From: shaun Date: Tue, 26 Dec 2006 16:59:14 +0000 Subject: - Fix INDEX build on 4.x. - Remove BROKEN, since it compiles. Noticed by: Dan Langille --- ftp/proftpd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ftp/proftpd') 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 @@ -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 -- cgit