diff options
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 643437e44f61..649810fe2083 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= xfce4-session -PORTVERSION= 4.10.0 -PORTREVISION= 4 +PORTVERSION= 4.10.1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -27,17 +27,17 @@ USE_GMAKE= yes USE_GNOME= gtk20 glib20 intltool intlhack USES= pathfix pkgconfig USE_LDCONFIG= yes -USE_XFCE= configenv libmenu libutil panel xfconf +USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 sm ice CONFIGURE_ARGS+=--enable-legacy-sm \ - --disable-libgnome-keyring \ + --disable-systemd \ --with-xsession-prefix=${PREFIX} SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -OPTIONS_DEFINE= NLS GNUPG +OPTIONS_DEFINE= NLS MAN1= xfce4-session.1 xfce4-session-logout.1 @@ -54,10 +54,6 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.if ${PORT_OPTIONS:MGNUPG} -RUN_DEPENDS+= gpg-agent:${PORTSDIR}/security/gnupg -.endif - post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} |