aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-03-08 06:51:39 +0800
committerflz <flz@FreeBSD.org>2008-03-08 06:51:39 +0800
commiteed03ae65413d00dd84ab490ef0de0c8acf1fe90 (patch)
treec0e9c5df1cddd9924b11e6b3c727f3ad43dccac9 /x11-wm/xfce4-session
parent1fdf53c2454ef543bb1b661e23c760af870f050c (diff)
downloadfreebsd-ports-gnome-eed03ae65413d00dd84ab490ef0de0c8acf1fe90.tar.gz
freebsd-ports-gnome-eed03ae65413d00dd84ab490ef0de0c8acf1fe90.tar.zst
freebsd-ports-gnome-eed03ae65413d00dd84ab490ef0de0c8acf1fe90.zip
Fix INDEX, remove X_WINDOW_SYSTEM conditional.
Reported by: erwinbot
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r--x11-wm/xfce4-session/Makefile17
1 files changed, 5 insertions, 12 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>