aboutsummaryrefslogtreecommitdiff
path: root/net/cnet
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-07-20 23:58:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-07-20 23:58:25 +0000
commit10aa230913abcbfc4916a7a3836c69d6025cf1e9 (patch)
treefe5476d5f0bd4df84c3df23d65d05d903d302e1c /net/cnet
parentf3111fd1258623a3d723f3714603e9fcba2b0182 (diff)
downloadports-10aa230913abcbfc4916a7a3836c69d6025cf1e9.tar.gz
ports-10aa230913abcbfc4916a7a3836c69d6025cf1e9.zip
BROKEN on amd64 and ia64: Does not compile
Notes
Notes: svn path=/head/; revision=139760
Diffstat (limited to 'net/cnet')
-rw-r--r--net/cnet/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile
index fcefdc67c72a..ccbe81cd68e3 100644
--- a/net/cnet/Makefile
+++ b/net/cnet/Makefile
@@ -22,6 +22,12 @@ USE_GMAKE= yes
ALL_TARGET= # empty
MAN1= cnet.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64 or ia64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|8.3|8.4|g ; \
s|83|84|g' ${WRKSRC}/src/Makefile.freebsd
@@ -43,4 +49,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/DOC/images/* ${DOCSDIR}/images
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>