Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 10:25:39 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368439 - head/databases/libmongo-client
Message-ID:  <201409181025.s8IAPd0J049581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 10:25:38 2014
New Revision: 368439
URL: http://svnweb.freebsd.org/changeset/ports/368439
QAT: https://qat.redports.org/buildarchive/r368439/

Log:
  Convert to USES=autoreconf

Modified:
  head/databases/libmongo-client/Makefile

Modified: head/databases/libmongo-client/Makefile
==============================================================================
--- head/databases/libmongo-client/Makefile	Thu Sep 18 10:10:53 2014	(r368438)
+++ head/databases/libmongo-client/Makefile	Thu Sep 18 10:25:38 2014	(r368439)
@@ -16,16 +16,10 @@ GH_ACCOUNT=	algernon
 GH_TAGNAME=	${PORTNAME}-${PORTVERSION}
 GH_COMMIT=	ff123ed # should be 9cbb488, but does not
 
-USE_AUTOTOOLS=	automake autoconf libtoolize
 GNU_CONFIGURE=	yes
-USES=		libtool pkgconfig gmake pathfix
+USES=		autoreconf libtool pkgconfig gmake pathfix
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-CONFIGURE_ENV+=	PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig
 PATHFIX_MAKEFILEIN=Makefile.am
 
-run-autotools:
-	@cd ${CONFIGURE_WRKSRC} && \
-		${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
-
 .include <bsd.port.mk>



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