aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dfc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-05-05 21:17:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-05-05 21:17:40 +0000
commita6fac4b8fb804e8ed21a2a7a2e6251490c8e2b53 (patch)
tree2317a5175c4e43e3b8801b1924a86a5eebacc073 /sysutils/dfc
parent63a65715c47485e0b0568480cc0cf63595a585c0 (diff)
downloadports-a6fac4b8fb804e8ed21a2a7a2e6251490c8e2b53.tar.gz
ports-a6fac4b8fb804e8ed21a2a7a2e6251490c8e2b53.zip
- Mark BROKEN on FreeBSD 7.X: does not compile
src/util.c: In function 'getttywidth': src/util.c:99: error: 'struct ttysize' has no member named 'ws_col' *** Error code 1 Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=296064
Diffstat (limited to 'sysutils/dfc')
-rw-r--r--sysutils/dfc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile
index 90d279f531e8..2508f47300f8 100644
--- a/sysutils/dfc/Makefile
+++ b/sysutils/dfc/Makefile
@@ -18,4 +18,10 @@ LICENSE= BSD
PLIST_FILES= bin/dfc
MAN1= dfc.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.X
+.endif
+
+.include <bsd.port.post.mk>