diff options
Diffstat (limited to 'misc/fep/Makefile')
-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> |