diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 09:33:42 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 09:33:42 +0800 |
commit | 5c6f51f8b9971eb31a66d5b1ea298f51f361d12d (patch) | |
tree | 9b3688e90456959d9c206c4445c77c02c020d61d /net/netmap | |
parent | 40e159bd90fd2eca63b761bf1b924aba1786d4c3 (diff) | |
download | freebsd-ports-gnome-5c6f51f8b9971eb31a66d5b1ea298f51f361d12d.tar.gz freebsd-ports-gnome-5c6f51f8b9971eb31a66d5b1ea298f51f361d12d.tar.zst freebsd-ports-gnome-5c6f51f8b9971eb31a66d5b1ea298f51f361d12d.zip |
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> |