diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-12-26 16:59:14 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-12-26 16:59:14 +0000 |
commit | 448f50ec5c740460c6792fabbceca3afa552e30a (patch) | |
tree | 7dee67bdbe7277c8bc1db95524072dd6c1fc350b /ftp/proftpd | |
parent | 6a5fdc7d0b27af5f2acb24d7bd865ebb8a22b21b (diff) | |
download | ports-448f50ec5c740460c6792fabbceca3afa552e30a.tar.gz ports-448f50ec5c740460c6792fabbceca3afa552e30a.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 6 |
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> |