diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:04:44 +0000 |
commit | 83f7357c87ae604238f596915905c471a4241942 (patch) | |
tree | 660688730262580a2276d19b9a90eb58f70a3f3f /ftp/ftpd-tls | |
parent | 9aaccaed7d0e000844966e72551a5375ac718636 (diff) | |
download | ports-83f7357c87ae604238f596915905c471a4241942.tar.gz ports-83f7357c87ae604238f596915905c471a4241942.zip |
Notes
Diffstat (limited to 'ftp/ftpd-tls')
-rw-r--r-- | ftp/ftpd-tls/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index 1651d40fbf89..068597e9eacf 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -27,10 +27,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400000 -BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())" -.endif - post-patch: .for i in README.TLS ftpd.8.TLS pathnames.h tlsutil.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} |