summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2007-04-03 16:23:48 +0000
committerjmelo <jmelo@FreeBSD.org>2007-04-03 16:23:48 +0000
commit83c0df53dc9bd7810b087be0c8635a4f0763eee0 (patch)
tree3de20a475b829af96ed57bde89beb7704b8a1683 /editors
parentf0bbd809c4d3cee05d368c58e3fd282feb277946 (diff)
downloadFreeBSD-ports-83c0df53dc9bd7810b087be0c8635a4f0763eee0.zip
FreeBSD-ports-83c0df53dc9bd7810b087be0c8635a4f0763eee0.tar.gz
- Mark as broken on 7.x
Reported by: krismail
Diffstat (limited to 'editors')
-rw-r--r--editors/puff/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile
index 56861ff..bba2f9c 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>
OpenPOWER on IntegriCloud