Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 18:05:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356664 - head/x11-fm/pcmanfm
Message-ID:  <201406051805.s55I5NHe098462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  5 18:05:22 2014
New Revision: 356664
URL: http://svnweb.freebsd.org/changeset/ports/356664
QAT: https://qat.redports.org/buildarchive/r356664/

Log:
  - Switch to USES=libtool
  Approved by:	portmgr blanket

Modified:
  head/x11-fm/pcmanfm/Makefile

Modified: head/x11-fm/pcmanfm/Makefile
==============================================================================
--- head/x11-fm/pcmanfm/Makefile	Thu Jun  5 18:02:53 2014	(r356663)
+++ head/x11-fm/pcmanfm/Makefile	Thu Jun  5 18:05:22 2014	(r356664)
@@ -14,9 +14,9 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfm-gtk.so:${PORTSDIR}/x11/libfm
 
-USES=		desktop-file-utils fam gmake pathfix pkgconfig tar:xz
+USES=		desktop-file-utils fam gmake pathfix pkgconfig tar:xz libtool
 USE_GNOME=	gtk20
-USE_AUTOTOOLS=	aclocal automake libtool
+USE_AUTOTOOLS=	aclocal automake
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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