svn commit: r390255 - head/x11-wm/enlightenment

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 16:28:49 UTC 2015


Author: bapt
Date: Sun Jun 21 16:28:48 2015
New Revision: 390255
URL: https://svnweb.freebsd.org/changeset/ports/390255

Log:
  Convert to USES=autoreconf

Modified:
  head/x11-wm/enlightenment/Makefile

Modified: head/x11-wm/enlightenment/Makefile
==============================================================================
--- head/x11-wm/enlightenment/Makefile	Sun Jun 21 16:14:16 2015	(r390254)
+++ head/x11-wm/enlightenment/Makefile	Sun Jun 21 16:28:48 2015	(r390255)
@@ -19,10 +19,9 @@ LIB_DEPENDS=	libefl.so:${PORTSDIR}/devel
 RUN_DEPENDS=	${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg
 
 DIST_SUBDIR=	enlightenment
-USE_AUTOTOOLS=	autoconf aclocal
 GNU_CONFIGURE=	yes
-USES=		alias desktop-file-utils execinfo libtool pathfix iconv gmake \
-		pkgconfig tar:xz
+USES=		alias autoreconf desktop-file-utils execinfo libtool pathfix \
+		iconv gmake pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 SUB_FILES=	pkg-message


More information about the svn-ports-head mailing list