aboutsummaryrefslogtreecommitdiff
path: root/chinese/pcmanx
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:25:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 13:25:14 +0000
commitc2162ea77a5d01ddb0a8ebbc58039db968448bd0 (patch)
tree19e70e1da33bdd505347cb2ac6335efe528b3662 /chinese/pcmanx
parent41c88fb7e218989630d8ade6ad1dc725699ecea6 (diff)
downloadports-c2162ea77a5d01ddb0a8ebbc58039db968448bd0.tar.gz
ports-c2162ea77a5d01ddb0a8ebbc58039db968448bd0.zip
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251266
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r--chinese/pcmanx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile
index e74e8717266c..b9fd2e4d5278 100644
--- a/chinese/pcmanx/Makefile
+++ b/chinese/pcmanx/Makefile
@@ -25,6 +25,12 @@ USE_LDCONFIG= yes
OPTIONS= WGET "enable wget support for download articles" on
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(WITHOUT_WGET)
RUN_DEPENDS+= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
CONFIGURE_ARGS+=--enable-wget
@@ -51,4 +57,4 @@ post-extract:
@${REINPLACE_CMD} -e '136 s/, \(.*\)/,1\);/' \
${WRKSRC}/src/view/telnetview.cpp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>