diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:25:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:25:14 +0000 |
commit | c2162ea77a5d01ddb0a8ebbc58039db968448bd0 (patch) | |
tree | 19e70e1da33bdd505347cb2ac6335efe528b3662 /chinese/pcmanx | |
parent | 41c88fb7e218989630d8ade6ad1dc725699ecea6 (diff) | |
download | ports-c2162ea77a5d01ddb0a8ebbc58039db968448bd0.tar.gz ports-c2162ea77a5d01ddb0a8ebbc58039db968448bd0.zip |
Notes
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/Makefile | 8 |
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> |