aboutsummaryrefslogtreecommitdiff
path: root/editors/puff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/puff/Makefile')
-rw-r--r--editors/puff/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile
index 56861ffa897f..bba2f9ce8001 100644
--- a/editors/puff/Makefile
+++ b/editors/puff/Makefile
@@ -16,4 +16,10 @@ COMMENT= Simple and efficient text editor
PLIST_FILES= bin/puff etc/puff.conf.sample
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} >= 700000)
+BROKEN= Does not compile on 7.X
+.endif
+
+.include <bsd.port.post.mk>