diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 21:25:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 21:25:14 +0800 |
commit | 2f1e207f7ac3b7a583004db25bbc29ad770a6d79 (patch) | |
tree | 2f042cfa59dbfa8d08de931945e08196a504cf33 /chinese/pcmanx | |
parent | ea4dc1628a54fadcee395468134838e6c54b5380 (diff) | |
download | freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.tar.gz freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.tar.zst freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.zip |
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
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> |