diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-04-21 01:29:58 +0800 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-04-21 01:29:58 +0800 |
commit | cf65963a1efce67cf9ef150c4eef482fc1b0ef11 (patch) | |
tree | f6e5094f9411c99ae7386f438537e2392d5624e6 /x11-fm/thunar/Makefile | |
parent | 3d33ad9c02e904089fcb15f80d806d64ec0e151a (diff) | |
download | freebsd-ports-gnome-cf65963a1efce67cf9ef150c4eef482fc1b0ef11.tar.gz freebsd-ports-gnome-cf65963a1efce67cf9ef150c4eef482fc1b0ef11.tar.zst freebsd-ports-gnome-cf65963a1efce67cf9ef150c4eef482fc1b0ef11.zip |
Update to 1.6.7 (bugfix)
Diffstat (limited to 'x11-fm/thunar/Makefile')
-rw-r--r-- | x11-fm/thunar/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 636592bd2938..9e62cb009b53 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Thunar -PORTVERSION= 1.6.6 -PORTREVISION= 2 +PORTVERSION= 1.6.7 CATEGORIES= x11-fm xfce -MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org @@ -42,7 +41,6 @@ PLUG_TPA_DESC= Trash Panel Applet plugin PLUG_UCA_DESC= User Customizable Actions plugin PLUG_WALL_DESC= Wallpaper plugin -GVF_USE= gnome=gvfs NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify |