diff options
-rw-r--r-- | www/wiliki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wiliki/Makefile b/www/wiliki/Makefile index fb8f49c..1cfdb04e 100644 --- a/www/wiliki/Makefile +++ b/www/wiliki/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "alpha" && ${OSVERSION} >= 500000 +.if ${MACHINE_ARCH} == "alpha" BROKEN= "Does not build" .endif |