diff options
-rw-r--r-- | ftp/proftpd-devel/Makefile | 6 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index d2828cd4c720..7828bb5d066a 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/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> 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> |