svn commit: r363503 - head/x11-wm/e16

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 30 18:33:46 UTC 2014


Author: amdmi3
Date: Wed Jul 30 18:33:45 2014
New Revision: 363503
URL: http://svnweb.freebsd.org/changeset/ports/363503
QAT: https://qat.redports.org/buildarchive/r363503/

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

Modified:
  head/x11-wm/e16/Makefile

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Wed Jul 30 18:33:24 2014	(r363502)
+++ head/x11-wm/e16/Makefile	Wed Jul 30 18:33:45 2014	(r363503)
@@ -14,11 +14,10 @@ SOUND_DESC=	Sound support via pulseaudio
 
 USE_XORG=	compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
 		xext xfixes xft xinerama xrandr xrender xxf86vm
-USES=		gettext gmake iconv pkgconfig shebangfix
+USES=		gettext gmake iconv libtool pkgconfig shebangfix
 SHEBANG_FILES=	scripts/e_gen_menu
 USE_EFL=	imlib2
 CFLAGS+=	-Wno-unused-parameter
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--disable-rpath --enable-mans SHELL=/bin/sh


More information about the svn-ports-all mailing list