1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Mark as broken on 7.x

Reported by:	krismail
This commit is contained in:
Jean Milanez Melo 2007-04-03 16:23:48 +00:00
parent 9eec8c75ac
commit 207d71179e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189109

View File

@ -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>