summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-12-18 23:24:55 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-12-18 23:24:55 +0000
commitde10ae0b8050c7df550aa013ea1349c0b78ebd3e (patch)
treecf1e7a1340c6403ba2a9885d8eeabe254d46b3e5 /x11-fm
parentUpgrade to Grid Engine 6.0 update 12 (diff)
- Mark BROKEN on respective OSVERSION/ARCHS.
PR: ports/118840 Submitted by: Hardy Schumacher <hardy.schumacher@amd.com> Reviewed by: nox
Notes
Notes: svn path=/head/; revision=204059
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/gnome-commander2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile
index 7763255d2b65..5fa380ee1134 100644
--- a/x11-fm/gnome-commander2/Makefile
+++ b/x11-fm/gnome-commander2/Makefile
@@ -35,4 +35,10 @@ INSTALLS_OMF= yes
MAN1= gnome-commander.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>