aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-03-07 22:51:39 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-03-07 22:51:39 +0000
commit954149ce0ae88c5675a6b7304f34d411616991c6 (patch)
tree75180280cd6014b8760283997f4ab3b624be1c24 /x11-wm/xfce4-session
parent04c84963bbe2c6b99ff121fc2a685724bd7805fc (diff)
Notes
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>