aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 23:45:21 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 23:45:21 +0800
commit989d45aca7f2fb143f11173522425549098534c0 (patch)
tree6493e90787bddb6b1fbaad53820f6eb15bd1969b /x11
parent3122cf905935ae8e575bf7be5042484f1e0a4107 (diff)
downloadfreebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.tar.gz
freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.tar.zst
freebsd-ports-gnome-989d45aca7f2fb143f11173522425549098534c0.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r--x11/wterm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile
index 5a72ffdf1d29..055096037bd2 100644
--- a/x11/wterm/Makefile
+++ b/x11/wterm/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs"
MAN1= wterm.1
PLIST_FILES= bin/wterm
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-extract:
${RM} -f ${WRKSRC}/config.cache
${RM} -f ${WRKSRC}/src/*.o
@@ -35,4 +41,4 @@ post-extract:
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/wterm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>