svn commit: r368439 - head/databases/libmongo-client

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 10:25:39 UTC 2014


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>


More information about the svn-ports-head mailing list