aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2007-01-26 23:01:32 +0800
committerjmelo <jmelo@FreeBSD.org>2007-01-26 23:01:32 +0800
commitbf93426af21938c10d328b38c278ff6aa47e434e (patch)
treedb338639b108ae27e1980ee989397e86e5d284c2
parent0615a5030fb2e4ab7d223b8cfe26933b8b1b183f (diff)
downloadfreebsd-ports-gnome-bf93426af21938c10d328b38c278ff6aa47e434e.tar.gz
freebsd-ports-gnome-bf93426af21938c10d328b38c278ff6aa47e434e.tar.zst
freebsd-ports-gnome-bf93426af21938c10d328b38c278ff6aa47e434e.zip
- Mark as broken on 7.x
Reported by: krismail.
-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>