Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:37:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382510 - head/devel/ding-libs
Message-ID:  <201503281537.t2SFbXPn000746@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Mar 28 15:37:32 2015
New Revision: 382510
URL: https://svnweb.freebsd.org/changeset/ports/382510
QAT: https://qat.redports.org/buildarchive/r382510/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/ding-libs/Makefile

Modified: head/devel/ding-libs/Makefile
==============================================================================
--- head/devel/ding-libs/Makefile	Sat Mar 28 15:36:04 2015	(r382509)
+++ head/devel/ding-libs/Makefile	Sat Mar 28 15:37:32 2015	(r382510)
@@ -17,10 +17,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lintl
 
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
-
-USES=		iconv gettext libtool pkgconfig
+USES=		autoreconf iconv gettext libtool pkgconfig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 



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