diff options
author | kris <kris@FreeBSD.org> | 2006-09-17 09:07:23 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-17 09:07:23 +0800 |
commit | e0e9a1e3c5dcd6ccc72bd23b5f3152aed523a339 (patch) | |
tree | ca90ce43233c75d3591bd5febe34cff4c941bc0e /www/flock | |
parent | 462c81811057bbf4fdaddfaa3fa3b6f143298faf (diff) | |
download | freebsd-ports-gnome-e0e9a1e3c5dcd6ccc72bd23b5f3152aed523a339.tar.gz freebsd-ports-gnome-e0e9a1e3c5dcd6ccc72bd23b5f3152aed523a339.tar.zst freebsd-ports-gnome-e0e9a1e3c5dcd6ccc72bd23b5f3152aed523a339.zip |
BROKEN on amd64: Does not build
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 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 |