summaryrefslogtreecommitdiff
path: root/palm/synce-gvfs
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-03 05:39:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-03 05:39:23 +0000
commite72089670f3b5aef202a6ac735481f4587c30402 (patch)
treee05abf19f6a62f992de13683ad566151c2ffa0d2 /palm/synce-gvfs
parentMark as BROKEN: checksum mismatch (actually file size is different, too). (diff)
Mark as BROKEN on amd64: does not compile.
Notes
Notes: svn path=/head/; revision=166805
Diffstat (limited to 'palm/synce-gvfs')
-rw-r--r--palm/synce-gvfs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
index 00ca2a6237e8..fa02f9148eb0 100644
--- a/palm/synce-gvfs/Makefile
+++ b/palm/synce-gvfs/Makefile
@@ -24,4 +24,10 @@ CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH}==amd64
+BROKEN= does not compile on ${ARCH}
+.endif
+
+.include <bsd.port.post.mk>