diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-04-26 00:52:05 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-04-26 00:52:05 +0800 |
commit | e168d066fadf321e23f0cfd49702fa4f1023b3b6 (patch) | |
tree | e7fb481bb3a0f7277b1a35f1ff18e7ae48484731 /x11-wm/xfce4-session/Makefile | |
parent | 3a091b75b97b27157bad9ab516b57371dab9446c (diff) | |
download | freebsd-ports-gnome-e168d066fadf321e23f0cfd49702fa4f1023b3b6.tar.gz freebsd-ports-gnome-e168d066fadf321e23f0cfd49702fa4f1023b3b6.tar.zst freebsd-ports-gnome-e168d066fadf321e23f0cfd49702fa4f1023b3b6.zip |
- Add delay when x11/slock is used (xflock4 script)
While I'm here,
- Adopt USES for desktop-file-utils, gettext, and athfix
- Add patch when NLS is unset
PR: 178090
Submitted by: tijl@
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index c924ed11c2a9..18dbbd2f90a6 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-session PORTVERSION= 4.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -24,15 +24,15 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils -USES= pkgconfig +USE_GNOME= gtk20 glib20 intltool intlhack +USES= desktop-file-utils pathfix pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil panel xfconf USE_XORG= x11 sm ice CONFIGURE_ARGS+=--enable-legacy-sm \ --disable-libgnome-keyring \ - --with-xsession-prefix=${LOCALBASE} + --with-xsession-prefix=${PREFIX} SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -46,7 +46,7 @@ PLIST_SUB= VERSION="4.6" .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else @@ -62,6 +62,5 @@ post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} - @-update-desktop-database .include <bsd.port.mk> |