aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/thunar/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 15:14:25 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 15:14:25 +0000
commit1c5e256b0f45ed3f8b5ecf86856c2813ec759f9f (patch)
tree23f4783c1eb38283622755f63b1a37f4d8e41cd3 /x11-fm/thunar/Makefile
parentd75d5cc5541988e447a10a6c18199262c712b2d5 (diff)
downloadports-1c5e256b0f45ed3f8b5ecf86856c2813ec759f9f.tar.gz
ports-1c5e256b0f45ed3f8b5ecf86856c2813ec759f9f.zip
Notes
Diffstat (limited to 'x11-fm/thunar/Makefile')
-rw-r--r--x11-fm/thunar/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 84263fb2b074..139d2b114925 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Thunar
-PORTVERSION= 1.6.2
-PORTREVISION= 3
+PORTVERSION= 1.6.3
CATEGORIES= x11-fm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME:L}/${PORTVERSION:R}
@@ -19,11 +18,11 @@ INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
-USE_GNOME= desktopfileutils gnomehack gtk20 intltool intlhack gdkpixbuf2
+USE_GNOME= gtk20 intltool intlhack gdkpixbuf2
USE_LDCONFIG= yes
USE_XFCE= configenv libexo libmenu libutil
USE_XORG= sm x11
-USES= pkgconfig
+USES= desktop-file-utils pathfix pkgconfig
OPTIONS_DEFINE= DBUS DOCS GVFS NLS NOTIFY STARTUP
OPTIONS_GROUP= PLUGINS
@@ -39,8 +38,7 @@ PLUG_TPA_DESC= Trash Panel Applet plugin
PLUG_UCA_DESC= User Customizable Actions plugin
PLUG_WALL_DESC= Wallpaper plugin
-CONFIGURE_ARGS+= --disable-gtk-doc-html \
- --enable-gio-unix \
+CONFIGURE_ARGS+=--enable-gio-unix \
--disable-gudev
MAN1= Thunar.1
@@ -134,7 +132,4 @@ CONFIGURE_ARGS+=--disable-startup-notification
USE_GNOME+=gvfs
.endif
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>