aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2013-05-09 00:08:36 +0800
committerolivierd <olivierd@FreeBSD.org>2013-05-09 00:08:36 +0800
commiteec9ab718c972816921e03969da07bcb7d700b01 (patch)
tree773fc710df564253155d4a242856ac2a50e24a94 /devel
parentb361f56db83ce9748463f9175d17796a5e4fd5b0 (diff)
downloadfreebsd-ports-gnome-eec9ab718c972816921e03969da07bcb7d700b01.tar.gz
freebsd-ports-gnome-eec9ab718c972816921e03969da07bcb7d700b01.tar.zst
freebsd-ports-gnome-eec9ab718c972816921e03969da07bcb7d700b01.zip
Bump PORTREVISION after update of x11-fm/thunar
Finish to convert USES
Diffstat (limited to 'devel')
-rw-r--r--devel/thunar-vcs-plugin/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile
index 1eda5677b427..45dafc98be8a 100644
--- a/devel/thunar-vcs-plugin/Makefile
+++ b/devel/thunar-vcs-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thunar-vcs-plugin
PORTVERSION= 0.1.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= devel xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -16,10 +16,10 @@ USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GNOME= desktopfileutils gnomehack gtk20 glib20 intltool intlhack
+USE_GNOME= gtk20 glib20 intltool intlhack
USE_XFCE= configenv libexo libutil thunar
INSTALLS_ICONS= yes
-USES= pkgconfig
+USES= pkgconfig pathfix
LDFLAGS+= -L${LOCALBASE}/lib
@@ -56,7 +56,4 @@ CONFIGURE_ARGS+=--disable-subversion
PLIST_SUB+= SVN="@comment "
.endif
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>