diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:33:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 01:33:42 +0000 |
commit | 5c6f51f8b9971eb31a66d5b1ea298f51f361d12d (patch) | |
tree | 9b3688e90456959d9c206c4445c77c02c020d61d /net/netmap | |
parent | BROKEN on 5.x: Does not install (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net/netmap')
-rw-r--r-- | net/netmap/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/netmap/Makefile b/net/netmap/Makefile index e067bdcd25ed..d986e59dd422 100644 --- a/net/netmap/Makefile +++ b/net/netmap/Makefile @@ -20,8 +20,14 @@ RUN_DEPENDS= dotty:${PORTSDIR}/graphics/graphviz USE_GMAKE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/makelist/makelist ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/netmap/netmap ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |