diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:16:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:16:14 +0800 |
commit | 54a8429294c5507a55483e8f98557b0fc14c5bd4 (patch) | |
tree | 45333310d0442ed9bac42b279a43afa96d4e0fba /net | |
parent | c1b8706f4db8797ab6d176ebacc9e95120583a75 (diff) | |
download | freebsd-ports-gnome-54a8429294c5507a55483e8f98557b0fc14c5bd4.tar.gz freebsd-ports-gnome-54a8429294c5507a55483e8f98557b0fc14c5bd4.tar.zst freebsd-ports-gnome-54a8429294c5507a55483e8f98557b0fc14c5bd4.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net')
-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> |