diff options
-rw-r--r-- | editors/puff/Makefile | 8 |
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> |