aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/pcmanfm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/pcmanfm')
-rw-r--r--x11-fm/pcmanfm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile
index 010e964206fc..4e1f70a217db 100644
--- a/x11-fm/pcmanfm/Makefile
+++ b/x11-fm/pcmanfm/Makefile
@@ -33,4 +33,10 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= Does not compile on FreeBSD 5.x
+.endif
+
+.include <bsd.port.post.mk>