aboutsummaryrefslogtreecommitdiffstats
path: root/misc/fep
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-06-26 04:07:57 +0800
committered <ed@FreeBSD.org>2008-06-26 04:07:57 +0800
commit6b4d5f4690549e7de8352ce1d3ae49798f320025 (patch)
tree0853387d87c16fca782e5f6f0e14a6a0b162eeda /misc/fep
parent6eb28fb54b2922048e02632be34152efa8457359 (diff)
downloadfreebsd-ports-gnome-6b4d5f4690549e7de8352ce1d3ae49798f320025.tar.gz
freebsd-ports-gnome-6b4d5f4690549e7de8352ce1d3ae49798f320025.tar.zst
freebsd-ports-gnome-6b4d5f4690549e7de8352ce1d3ae49798f320025.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
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>