aboutsummaryrefslogtreecommitdiffstats
path: root/net/ns
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-20 06:27:54 +0800
committerkris <kris@FreeBSD.org>2004-03-20 06:27:54 +0800
commit19471a1c9ed0148c3977a82bec5dc6541f7c2d0b (patch)
tree2b01556fce150e0c23bd13bab7e4849356f0dc32 /net/ns
parentdf4505767072b2bac1565aaf69a332f1bc1f91d0 (diff)
downloadfreebsd-ports-gnome-19471a1c9ed0148c3977a82bec5dc6541f7c2d0b.tar.gz
freebsd-ports-gnome-19471a1c9ed0148c3977a82bec5dc6541f7c2d0b.tar.zst
freebsd-ports-gnome-19471a1c9ed0148c3977a82bec5dc6541f7c2d0b.zip
BROKEN on alpha 4.x: Does not compile
Diffstat (limited to 'net/ns')
-rw-r--r--net/ns/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile
index 811e530d9e01..b25577578f57 100644
--- a/net/ns/Makefile
+++ b/net/ns/Makefile
@@ -27,10 +27,16 @@ CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3
ALL_TARGET=
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+BROKEN= "Does not compile on alpha 4.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/share/examples/ns2
${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>