diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-08 19:30:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-08 19:30:20 +0000 |
commit | 580cde551e2c502fb23c61f32195e4c4b9fb575d (patch) | |
tree | 56cfcfeedaa23f14be2e4c5bdbfd14fb577493f7 /editors/ved | |
parent | b61a2154e4ac28cde5ffc1cb3e313b98be5b9770 (diff) | |
download | freebsd-ports-580cde551e2c502fb23c61f32195e4c4b9fb575d.zip |
- 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/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 5576eba09893..29e89d4e7ffc 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: |