aboutsummaryrefslogtreecommitdiff
path: root/net/nam
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-09 13:46:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-09 13:46:22 +0000
commitc7c416526e765059632a1e4827fd6b23408ffa47 (patch)
tree7aca298eac1a6cbfb1e13d21b7063b65f0081d16 /net/nam
parentd20662bf311eb7b1a69e3ff486bea438365cbd9e (diff)
downloadports-c7c416526e765059632a1e4827fd6b23408ffa47.tar.gz
ports-c7c416526e765059632a1e4827fd6b23408ffa47.zip
Notes
Diffstat (limited to 'net/nam')
-rw-r--r--net/nam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile
index 8810185c1f8f..5bf73e9c7fc5 100644
--- a/net/nam/Makefile
+++ b/net/nam/Makefile
@@ -27,6 +27,12 @@ CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= # empty
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,friend Queue,friend class Queue,' ${WRKSRC}/queue.h
@@ -38,4 +44,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ex/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>