aboutsummaryrefslogtreecommitdiff
path: root/editors/ved
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:22:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:22:44 +0000
commit23ece2ff22e16cb11cb1331b41c21e2fd004ccf6 (patch)
treeac4ff58dac6da581504fdb51cc287a26a91e9e76 /editors/ved
parent6750e477b69f6fc235dfa74f36a1e858d814848c (diff)
downloadports-23ece2ff22e16cb11cb1331b41c21e2fd004ccf6.tar.gz
ports-23ece2ff22e16cb11cb1331b41c21e2fd004ccf6.zip
Does not compile on any sparc64 version.
Notes
Notes: svn path=/head/; revision=277770
Diffstat (limited to 'editors/ved')
-rw-r--r--editors/ved/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile
index f0891c230c73..5a445dfbe30d 100644
--- a/editors/ved/Makefile
+++ b/editors/ved/Makefile
@@ -22,11 +22,8 @@ PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64"
-BROKEN= does not compile on ia64
-.endif
-.if ${ARCH} == "sparc64" && ${OSVERSION} < 800000
-BROKEN= does not install on sparc64-7
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= does not compile on ia64 or sparc64
.endif
post-patch: