aboutsummaryrefslogtreecommitdiff
path: root/x11/e17-module-uptime
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
commitf29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (patch)
tree012ac35d4d6c0beb8360a91bdbc3e3e9c046e4bf /x11/e17-module-uptime
parent378fc70b8771210e6c9ea795708a611e175a7adc (diff)
Notes
Diffstat (limited to 'x11/e17-module-uptime')
-rw-r--r--x11/e17-module-uptime/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/e17-module-uptime/Makefile b/x11/e17-module-uptime/Makefile
index b98d0395315b..21059067e9fa 100644
--- a/x11/e17-module-uptime/Makefile
+++ b/x11/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>