aboutsummaryrefslogtreecommitdiff
path: root/editors/puff
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2007-01-26 15:01:32 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2007-01-26 15:01:32 +0000
commitd68b123ed02db6e449425d608c5a3f4d4673f6f2 (patch)
tree1a130b6aab409c0fd488bff2337fe6742e064110 /editors/puff
parentca190982bce19b922862789f9f430f28d18299ed (diff)
downloadports-d68b123ed02db6e449425d608c5a3f4d4673f6f2.tar.gz
ports-d68b123ed02db6e449425d608c5a3f4d4673f6f2.zip
- Mark as broken on 7.x
Reported by: krismail.
Notes
Notes: svn path=/head/; revision=183341
Diffstat (limited to 'editors/puff')
-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>