diff options
-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: |