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/fep | |
parent | dbd350ef49e6b574baa28795940b560797a58409 (diff) | |
download | ports-cb6c222df7cb0611bfc140ffc126314011d51d66.tar.gz ports-cb6c222df7cb0611bfc140ffc126314011d51d66.zip |
Notes
Diffstat (limited to 'misc/fep')
-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> |