aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:08:36 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-05-08 16:08:36 +0000
commitbe6348fdc7e65d39b8e4f8bab54bf6103613cc8d (patch)
tree773fc710df564253155d4a242856ac2a50e24a94 /devel
parentedee314615bd46f5757d9ff74619b24c367f146b (diff)
downloadports-be6348fdc7e65d39b8e4f8bab54bf6103613cc8d.tar.gz
ports-be6348fdc7e65d39b8e4f8bab54bf6103613cc8d.zip
Notes
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>