diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:07:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:07:23 +0000 |
commit | 7edaf09cfcc1fc1135acb31aeafdf64fe861e7bc (patch) | |
tree | 9cff818d5652668775d2a24273dc8cc3d0ad7cfe /www | |
parent | f647e41ca20d6b0dcce166f09bb5cb61d5532809 (diff) | |
download | ports-7edaf09cfcc1fc1135acb31aeafdf64fe861e7bc.tar.gz ports-7edaf09cfcc1fc1135acb31aeafdf64fe861e7bc.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/flock/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index d9cb8f882feb..701b3236aa53 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -52,6 +52,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= Does not build on amd64 +.endif + .if ${ARCH}=="alpha" || ${ARCH}=="ia64" IGNORE= core dumps on ${ARCH} .endif |