aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/e17-module-uptime
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 22:20:32 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 22:20:32 +0800
commit8f8385125ddfcf06ce4371ad8f512aeeedb0bccb (patch)
tree0d81245af6ff3929205cda3b458d31553bfe62f4 /x11-wm/e17-module-uptime
parentb9ef8a77931f95fa56367fa0285966fc0082055d (diff)
downloadfreebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.tar.gz
freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.tar.zst
freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'x11-wm/e17-module-uptime')
-rw-r--r--x11-wm/e17-module-uptime/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/e17-module-uptime/Makefile b/x11-wm/e17-module-uptime/Makefile
index b98d0395315b..21059067e9fa 100644
--- a/x11-wm/e17-module-uptime/Makefile
+++ b/x11-wm/e17-module-uptime/Makefile
@@ -25,6 +25,12 @@ USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig
USE_EFL= edje
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
@@ -33,4 +39,4 @@ CONFIGURE_ARGS= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>