summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 10:15:44 +0000
commitd500c1cc50f23b0489994e29a3a20f32a3cb441d (patch)
tree7c1e12df7a7d8fba86936f85270c40cc1e388312 /sysutils
parentBROKEN on 5.1: bad C++ (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81209
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>