diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-12-18 23:24:55 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-12-18 23:24:55 +0000 |
commit | de10ae0b8050c7df550aa013ea1349c0b78ebd3e (patch) | |
tree | cf1e7a1340c6403ba2a9885d8eeabe254d46b3e5 /x11-fm/gnome-commander2 | |
parent | f014613966de714f3d7832dac53a8dcaab9c2d18 (diff) |
Notes
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 8 |
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> |