diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-11-30 23:36:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-11-30 23:36:33 +0000 |
commit | bc60c7d91accd85f4a47ff23a9d2a32af11e3a33 (patch) | |
tree | 475d7162326a44c265e4daa20cf5c65880fe84fc /www/flock | |
parent | 8fdab33c655cd8327d92ec6ac95abc9f2fbdc1cd (diff) |
Notes
Diffstat (limited to 'www/flock')
-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 376b5a3381ea..41824f80336f 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 |