aboutsummaryrefslogtreecommitdiffstats
path: root/net/netmap
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 09:33:42 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 09:33:42 +0800
commit5c6f51f8b9971eb31a66d5b1ea298f51f361d12d (patch)
tree9b3688e90456959d9c206c4445c77c02c020d61d /net/netmap
parent40e159bd90fd2eca63b761bf1b924aba1786d4c3 (diff)
downloadfreebsd-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/Makefile8
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>