svn commit: r382586 - head/devel/libsmpp34

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:24:24 UTC 2015


Author: bapt
Date: Sun Mar 29 11:24:23 2015
New Revision: 382586
URL: https://svnweb.freebsd.org/changeset/ports/382586
QAT: https://qat.redports.org/buildarchive/r382586/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/libsmpp34/Makefile

Modified: head/devel/libsmpp34/Makefile
==============================================================================
--- head/devel/libsmpp34/Makefile	Sun Mar 29 11:06:39 2015	(r382585)
+++ head/devel/libsmpp34/Makefile	Sun Mar 29 11:24:23 2015	(r382586)
@@ -14,10 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
 
-USES=		libtool gmake
+USES=		autoreconf libtool gmake
 
-USE_AUTOTOOLS=	aclocal libtoolize autoconf automake autoheader
-AUTOMAKE_ARGS=	--add-missing --copy --force
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
 MAKE_JOBS_UNSAFE=yes


More information about the svn-ports-head mailing list