diff options
Diffstat (limited to 'net/click/Makefile')
-rw-r--r-- | net/click/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/click/Makefile b/net/click/Makefile index 4331545acb5e..6fa5e88b4c93 100644 --- a/net/click/Makefile +++ b/net/click/Makefile @@ -64,6 +64,10 @@ CONFDIR= ${PREFIX}/etc/click/conf .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha 4.x" +.endif + .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif |