diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:16:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:16:14 +0000 |
commit | f9d1bdc34ed9f1c2400160515de29a19f3c0f61c (patch) | |
tree | b9c04dc390a0c7ef995c6a500bd1406acca15e99 /net/portfwd | |
parent | 5d39d5ac03716fd77421084e7ef4d97ba118c2d5 (diff) | |
download | ports-f9d1bdc34ed9f1c2400160515de29a19f3c0f61c.tar.gz ports-f9d1bdc34ed9f1c2400160515de29a19f3c0f61c.zip |
Notes
Diffstat (limited to 'net/portfwd')
-rw-r--r-- | net/portfwd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/portfwd/Makefile b/net/portfwd/Makefile index a78a4e8b8b3f..f095cfd5a252 100644 --- a/net/portfwd/Makefile +++ b/net/portfwd/Makefile @@ -23,6 +23,12 @@ USE_REINPLACE= yes MAN5= portfwd.cfg.5 MAN8= portfwd.8 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if defined(NOPORTDOCS) post-configure: @${REINPLACE_CMD} -e "s|\(^install-data-am:\) install-docDATA|\1|g" \ @@ -36,4 +42,4 @@ post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/cfg/* ${EXAMPLESDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |