summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xw/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xw/Makefile b/sysutils/xw/Makefile
index 0e8f77617553..71d500bde5cb 100644
--- a/sysutils/xw/Makefile
+++ b/sysutils/xw/Makefile
@@ -13,9 +13,15 @@ MASTER_SITES= http://www.mavetju.org/download/adopted/
MAINTAINER= ports@FreeBSD.Org
COMMENT= X app to list current users logged into the system
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_GNOME= imlib
USE_X_PREFIX= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>