summaryrefslogtreecommitdiffstats
path: root/editors/ved
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-08 19:30:20 +0000
committersem <sem@FreeBSD.org>2005-02-08 19:30:20 +0000
commit2298a71405d9a77cf6c89634ded5b1fe8a22a35b (patch)
tree2ea84c894fdd215b297c819bf6a83e10f6d4de0b /editors/ved
parenta23043f504cd2c8a862548fbfc886f0309669de0 (diff)
downloadFreeBSD-ports-2298a71405d9a77cf6c89634ded5b1fe8a22a35b.zip
FreeBSD-ports-2298a71405d9a77cf6c89634ded5b1fe8a22a35b.tar.gz
- Unbreak on amd64. As reported it builds well on it.
PR: ports/77034 Submitted by: Johan van Selst <johans(at)stack.nl>
Diffstat (limited to 'editors/ved')
-rw-r--r--editors/ved/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile
index 5576eba..29e89d4 100644
--- a/editors/ved/Makefile
+++ b/editors/ved/Makefile
@@ -22,8 +22,8 @@ PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-BROKEN= "Does not compile on !i386 and !amd64"
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on ia64"
.endif
post-patch:
OpenPOWER on IntegriCloud