From 93872f18cc0a948ab9c010bbe5694579bd59f8c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 4 Jun 2003 22:43:38 +0000 Subject: Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris --- sysutils/xw/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysutils/xw') diff --git a/sysutils/xw/Makefile b/sysutils/xw/Makefile index 71d500bde5cb..f1968f4d0920 100644 --- a/sysutils/xw/Makefile +++ b/sysutils/xw/Makefile @@ -13,15 +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 +GTK_CONFIG=${X11BASE}/bin/gtk12-config + +USE_GNOME= imlib +USE_X_PREFIX= yes + .include .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif -GTK_CONFIG=${X11BASE}/bin/gtk12-config - -USE_GNOME= imlib -USE_X_PREFIX= yes - .include -- cgit v1.2.3