diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 16:04:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 16:04:25 +0000 |
commit | 1779c8dc073e0395f4eecc6e42321e98b5e30749 (patch) | |
tree | 068fd40f9813456e3287e081af72708158112025 /net/mars_nwe/Makefile | |
parent | 1e52282e828beb7e3d1c09b1d6ea486e5777bdef (diff) |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=251277
Diffstat (limited to 'net/mars_nwe/Makefile')
-rw-r--r-- | net/mars_nwe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/mars_nwe/Makefile b/net/mars_nwe/Makefile index a6fd2b3cfb9c..741e8be7085d 100644 --- a/net/mars_nwe/Makefile +++ b/net/mars_nwe/Makefile @@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/mars_nwe PLIST= ${WRKDIR}/PLIST.DYN +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + do-install: @(cd ${WRKSRC} && ./mk.li install) @${INSTALL_DATA} ${WRKSRC}/examples/nw.ini ${PREFIX}/etc/nwserv.conf.example @@ -45,4 +51,4 @@ post-install: .endif @${ECHO_MSG} "Look in ${DOCSDIR} for documentation." -.include <bsd.port.mk> +.include <bsd.port.post.mk> |