svn commit: r352152 - head/x11/mate-applets

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 21:36:11 UTC 2014


Author: bapt
Date: Fri Apr 25 21:36:10 2014
New Revision: 352152
URL: http://svnweb.freebsd.org/changeset/ports/352152
QAT: https://qat.redports.org/buildarchive/r352152/

Log:
  Remove libtool from USE_AUTOTOOLS
  
  Reported by:	tijl

Modified:
  head/x11/mate-applets/Makefile

Modified: head/x11/mate-applets/Makefile
==============================================================================
--- head/x11/mate-applets/Makefile	Fri Apr 25 20:45:57 2014	(r352151)
+++ head/x11/mate-applets/Makefile	Fri Apr 25 21:36:10 2014	(r352152)
@@ -32,7 +32,7 @@ USE_GNOME=	gdkpixbuf2 glib20 gnomehier g
 USE_PYTHON=	yes
 USE_LDCONFIG=	yes
 INSTALLS_OMF=	yes
-USE_AUTOTOOLS=	aclocal:env autoconf:env automake:env libtool libtoolize:env
+USE_AUTOTOOLS=	aclocal:env autoconf:env automake:env libtoolize:env
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CONFIGURE_ARGS=	--enable-mixer-applet \


More information about the svn-ports-head mailing list