summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:18:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:18:04 +0000
commit3cdc8f829e42c4e6fb17345e08f71e13f2e76f2a (patch)
treef314b8d3350e88794ca16706f9350e4f4dc43bf1 /databases/rrdtool
parentBROKEN on sparc64: Does not compile (diff)
BROKEN on ia64: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132038
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index b86fa1819577..9329cceb60f5 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--enable-latin2
CONFIGURE_ARGS+=--with-pic
.endif
+.if ${ARCH} == "ia64"
+BROKEN= "Does not build on ia64"
+.endif
+
post-extract:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \