From eed03ae65413d00dd84ab490ef0de0c8acf1fe90 Mon Sep 17 00:00:00 2001 From: flz Date: Fri, 7 Mar 2008 22:51:39 +0000 Subject: Fix INDEX, remove X_WINDOW_SYSTEM conditional. Reported by: erwinbot --- x11-wm/xfce4-session/Makefile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'x11-wm/xfce4-session') diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index dbbedc03231f..3feeb873424c 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -15,8 +15,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= Session manager for the Xfce 4 desktop environment +BUILD_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth +RUN_DEPENDS= ${BUILD_DEPENDS} + GNU_CONFIGURE= yes -INSTALLS_ICONS= yes +INSTALLS_ICONS= yes USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -27,14 +30,4 @@ USE_XLIB= yes MAN1= xfce4-session.1 xfce4-session-logout.1 -.include - -.if ${X_WINDOW_SYSTEM:L} != xorg -BUILD_DEPENDS+= iceauth:${X_CLIENTS_PORT} -.else -BUILD_DEPENDS+= iceauth:${PORTSDIR}/x11/iceauth -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - -.include +.include -- cgit