diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 20:53:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-25 20:53:13 +0000 |
commit | 8e4d77faf64bea554dd123687d7b1de58ded0417 (patch) | |
tree | 39610019180a507c120a77a9baa354df61e34e6f /www/wiliki/Makefile | |
parent | 02d0b724c180415a27dd767af59322f7c94d4950 (diff) | |
download | ports-8e4d77faf64bea554dd123687d7b1de58ded0417.tar.gz ports-8e4d77faf64bea554dd123687d7b1de58ded0417.zip |
Notes
Diffstat (limited to 'www/wiliki/Makefile')
-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 fb8f49cd13f6..1cfdb04e45de 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 |