diff options
-rw-r--r-- | editors/ved/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile index ba9bfb6286ca..b805308fa15e 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -21,8 +21,12 @@ PLIST_DIRS= %%DATADIR%% .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800030 +BROKEN= does not compile +.endif + .if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +BROKEN= does not compile on ia64 .endif post-patch: |