diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-04-03 16:23:48 +0000 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-04-03 16:23:48 +0000 |
commit | 83c0df53dc9bd7810b087be0c8635a4f0763eee0 (patch) | |
tree | 3de20a475b829af96ed57bde89beb7704b8a1683 /editors | |
parent | f0bbd809c4d3cee05d368c58e3fd282feb277946 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |