diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-23 04:12:36 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-23 04:12:36 +0800 |
commit | a2ee23d3904e15b3b0972d51102d676193ad7eef (patch) | |
tree | a81c3f85a9eaca1ccc56877591af92107d8cf9c4 /archivers | |
parent | af442eb5d9342ac3cc4b802736796be5ed358c80 (diff) | |
download | freebsd-ports-gnome-a2ee23d3904e15b3b0972d51102d676193ad7eef.tar.gz freebsd-ports-gnome-a2ee23d3904e15b3b0972d51102d676193ad7eef.tar.zst freebsd-ports-gnome-a2ee23d3904e15b3b0972d51102d676193ad7eef.zip |
Add USES=libtool.
Diffstat (limited to 'archivers')
-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 |