Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2014 20:12:36 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358823 - head/archivers/thunar-archive-plugin
Message-ID:  <201406222012.s5MKCajb044931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Jun 22 20:12:36 2014
New Revision: 358823
URL: http://svnweb.freebsd.org/changeset/ports/358823
QAT: https://qat.redports.org/buildarchive/r358823/

Log:
  Add USES=libtool.

Modified:
  head/archivers/thunar-archive-plugin/Makefile
  head/archivers/thunar-archive-plugin/pkg-plist

Modified: head/archivers/thunar-archive-plugin/Makefile
==============================================================================
--- head/archivers/thunar-archive-plugin/Makefile	Sun Jun 22 20:11:54 2014	(r358822)
+++ head/archivers/thunar-archive-plugin/Makefile	Sun Jun 22 20:12:36 2014	(r358823)
@@ -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 F
 
 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
 

Modified: head/archivers/thunar-archive-plugin/pkg-plist
==============================================================================
--- head/archivers/thunar-archive-plugin/pkg-plist	Sun Jun 22 20:11:54 2014	(r358822)
+++ head/archivers/thunar-archive-plugin/pkg-plist	Sun Jun 22 20:12:36 2014	(r358823)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406222012.s5MKCajb044931>