Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 16:45:02 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379182 - head/net-im/libstrophe
Message-ID:  <201502171645.t1HGj23r011768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Feb 17 16:45:01 2015
New Revision: 379182
URL: https://svnweb.freebsd.org/changeset/ports/379182
QAT: https://qat.redports.org/buildarchive/r379182/

Log:
  Use USES autoconf
  
  Submitted by:	mat

Modified:
  head/net-im/libstrophe/Makefile

Modified: head/net-im/libstrophe/Makefile
==============================================================================
--- head/net-im/libstrophe/Makefile	Tue Feb 17 16:44:00 2015	(r379181)
+++ head/net-im/libstrophe/Makefile	Tue Feb 17 16:45:01 2015	(r379182)
@@ -17,14 +17,10 @@ GH_ACCOUNT=	strophe
 GH_PROJECT=	libstrophe
 GH_COMMIT=	2093aac
 GH_TAGNAME=	${GH_COMMIT}
-USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
-USES=		libtool pkgconfig
+USES=		libtool pkgconfig autoreconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
-pre-configure:
-	cd ${WRKSRC}; ./bootstrap.sh
-
 .include <bsd.port.mk>



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