diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 20:12:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-22 20:12:36 +0000 |
commit | 8b351e0e84def77d6961d0e3cf3f1e7c4005df08 (patch) | |
tree | a81c3f85a9eaca1ccc56877591af92107d8cf9c4 /archivers/thunar-archive-plugin | |
parent | d60178bc47c3a0cb158e838f3943e745e3c9fdc3 (diff) |
Add USES=libtool.
Notes
Notes:
svn path=/head/; revision=358823
Diffstat (limited to 'archivers/thunar-archive-plugin')
-rw-r--r-- | archivers/thunar-archive-plugin/Makefile | 3 | ||||
-rw-r--r-- | archivers/thunar-archive-plugin/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/thunar-archive-plugin/Makefile b/archivers/thunar-archive-plugin/Makefile index a281f9f074d2..dcc162bc1d42 100644 --- a/archivers/thunar-archive-plugin/Makefile +++ b/archivers/thunar-archive-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunar-archive-plugin PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= archivers xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,7 +14,7 @@ COMMENT= Archive plugin for the Thunar File Manager GNU_CONFIGURE= yes USE_XFCE= configenv libexo thunar -USES= tar:bzip2 gettext gmake pkgconfig +USES= gettext gmake libtool pkgconfig tar:bzip2 INSTALLS_ICONS= yes USE_GNOME= intltool diff --git a/archivers/thunar-archive-plugin/pkg-plist b/archivers/thunar-archive-plugin/pkg-plist index 720bfccc607b..9c3a2189fe55 100644 --- a/archivers/thunar-archive-plugin/pkg-plist +++ b/archivers/thunar-archive-plugin/pkg-plist @@ -1,5 +1,4 @@ lib/thunarx-2/thunar-archive-plugin.so -lib/thunarx-2/thunar-archive-plugin.la libexec/thunar-archive-plugin/ark.tap libexec/thunar-archive-plugin/file-roller.tap libexec/thunar-archive-plugin/gnome-file-roller.tap |