diff options
author | kris <kris@FreeBSD.org> | 2004-03-14 11:39:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-14 11:39:09 +0800 |
commit | d92adf3c9f90100d1a051c3ba32fb5607ae126cb (patch) | |
tree | 4a83b004125bb327affa024aa837d9b347b71645 /net/click | |
parent | 0b3612a13bfbbe55f1a1c2c144f0a040779bfc7b (diff) | |
download | freebsd-ports-graphics-d92adf3c9f90100d1a051c3ba32fb5607ae126cb.tar.gz freebsd-ports-graphics-d92adf3c9f90100d1a051c3ba32fb5607ae126cb.tar.zst freebsd-ports-graphics-d92adf3c9f90100d1a051c3ba32fb5607ae126cb.zip |
Does not compile on alpha 4.x
Diffstat (limited to 'net/click')
-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 4331545acb5..6fa5e88b4c9 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 |