diff options
author | Ed Schouten <ed@FreeBSD.org> | 2008-06-25 20:07:57 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2008-06-25 20:07:57 +0000 |
commit | cb6c222df7cb0611bfc140ffc126314011d51d66 (patch) | |
tree | 352bdc340df139323c623831cc79a44e59ce05be /misc | |
parent | dbd350ef49e6b574baa28795940b560797a58409 (diff) | |
download | ports-cb6c222df7cb0611bfc140ffc126314011d51d66.tar.gz ports-cb6c222df7cb0611bfc140ffc126314011d51d66.zip |
Mark misc/fep as BROKEN on FreeBSD 800039 and higher.
These versions of FreeBSD do not support the sgtty interface anymore.
We'd better mark it as BROKEN until the maintainer of this port comes up
with a patch to make it live again.
Approved by: philip (mentor), pav
Notes
Notes:
svn path=/head/; revision=215776
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fep/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index 97d0baf6775a..e1bf07bd933a 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -20,4 +20,10 @@ PLIST_FILES= bin/fep NO_WRKSUBDIR= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800039 +BROKEN= Does not compile without sgtty +.endif + +.include <bsd.port.post.mk> |