diff options
author | kris <kris@FreeBSD.org> | 2006-12-01 07:36:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-12-01 07:36:33 +0800 |
commit | 2674e6d57dd6fdda5c8e51f73d5d2e432424c2a5 (patch) | |
tree | 34dc0fd3e18ea872ee2bf5b846469838a73b6f94 /www/flock | |
parent | eb73f74df4d61ff7c460535776cb3e7916ccf023 (diff) | |
download | freebsd-ports-gnome-2674e6d57dd6fdda5c8e51f73d5d2e432424c2a5.tar.gz freebsd-ports-gnome-2674e6d57dd6fdda5c8e51f73d5d2e432424c2a5.tar.zst freebsd-ports-gnome-2674e6d57dd6fdda5c8e51f73d5d2e432424c2a5.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 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 |