diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-01-26 15:01:32 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-01-26 15:01:32 +0000 |
commit | d68b123ed02db6e449425d608c5a3f4d4673f6f2 (patch) | |
tree | 1a130b6aab409c0fd488bff2337fe6742e064110 /editors/puff/Makefile | |
parent | ca190982bce19b922862789f9f430f28d18299ed (diff) |
Notes
Diffstat (limited to 'editors/puff/Makefile')
-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 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> |