diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-06-27 00:45:47 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-06-27 00:45:47 +0800 |
commit | b3747409203b32259cb2b60952a7acb436de50a0 (patch) | |
tree | 7b03570b64c72b6d4f611a7e01f4b3df61ad1a28 /devel | |
parent | 1046226445096e28349f09bcea80fd92eb298141 (diff) | |
download | freebsd-ports-gnome-b3747409203b32259cb2b60952a7acb436de50a0.tar.gz freebsd-ports-gnome-b3747409203b32259cb2b60952a7acb436de50a0.tar.zst freebsd-ports-gnome-b3747409203b32259cb2b60952a7acb436de50a0.zip |
- Switch to USES= libtool tar:bzip2
- Bump PORTREVISION
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thunar-vcs-plugin/Makefile | 6 | ||||
-rw-r--r-- | devel/thunar-vcs-plugin/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/thunar-vcs-plugin/Makefile b/devel/thunar-vcs-plugin/Makefile index 3c0288e6786d..a2892c8f5eb5 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= 10 +PORTREVISION= 11 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} @@ -12,13 +12,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= sergey.dyatko@gmail.com COMMENT= Version Control System plugin for Thunar -USE_AUTOTOOLS= libtool -USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv libexo libutil thunar INSTALLS_ICONS= yes -USES= pkgconfig gmake +USES= pkgconfig gmake libtool tar:bzip2 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/thunar-vcs-plugin/pkg-plist b/devel/thunar-vcs-plugin/pkg-plist index 10f619e81628..ec42a757d60b 100644 --- a/devel/thunar-vcs-plugin/pkg-plist +++ b/devel/thunar-vcs-plugin/pkg-plist @@ -1,5 +1,3 @@ -lib/thunarx-2/thunar-vcs-plugin.a -lib/thunarx-2/thunar-vcs-plugin.la lib/thunarx-2/thunar-vcs-plugin.so %%GIT%%libexec/tvp-git-helper %%SVN%%libexec/tvp-svn-helper |