aboutsummaryrefslogtreecommitdiff
path: root/misc/fep
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-06-25 20:07:57 +0000
committerEd Schouten <ed@FreeBSD.org>2008-06-25 20:07:57 +0000
commitcb6c222df7cb0611bfc140ffc126314011d51d66 (patch)
tree352bdc340df139323c623831cc79a44e59ce05be /misc/fep
parentdbd350ef49e6b574baa28795940b560797a58409 (diff)
downloadports-cb6c222df7cb0611bfc140ffc126314011d51d66.tar.gz
ports-cb6c222df7cb0611bfc140ffc126314011d51d66.zip
Notes
Diffstat (limited to 'misc/fep')
-rw-r--r--misc/fep/Makefile8
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>