diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:22:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:22:44 +0800 |
commit | 7fca12577edd112a1e790d191f89995070a8e708 (patch) | |
tree | 206ee63b28cf49803a82e5e9420d28420e6e9629 /editors | |
parent | 5551ae43a79821bba92f2994527c2fc76b98a050 (diff) | |
download | freebsd-ports-gnome-7fca12577edd112a1e790d191f89995070a8e708.tar.gz freebsd-ports-gnome-7fca12577edd112a1e790d191f89995070a8e708.tar.zst freebsd-ports-gnome-7fca12577edd112a1e790d191f89995070a8e708.zip |
Does not compile on any sparc64 version.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ved/Makefile | 7 |
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: |