svn commit: r356664 - head/x11-fm/pcmanfm

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 5 18:05:23 UTC 2014


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


More information about the svn-ports-head mailing list