diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-23 20:46:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-23 20:46:41 +0000 |
commit | 78367fc7332cf49b4c60ab047a8af005dbc64d4b (patch) | |
tree | aef7ac313397dfd1ea93829a73e0068a69828173 /editors/puff | |
parent | 54a7124a42284fcc4b8434b36be7c48c975762b7 (diff) | |
download | ports-78367fc7332cf49b4c60ab047a8af005dbc64d4b.tar.gz ports-78367fc7332cf49b4c60ab047a8af005dbc64d4b.zip |
Notes
Diffstat (limited to 'editors/puff')
-rw-r--r-- | editors/puff/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index bba2f9ce8001..56861ffa897f 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -16,10 +16,4 @@ COMMENT= Simple and efficient text editor PLIST_FILES= bin/puff etc/puff.conf.sample -.include <bsd.port.pre.mk> - -.if (${OSVERSION} >= 700000) -BROKEN= Does not compile on 7.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |