diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 10:25:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-18 10:25:38 +0000 |
commit | 3a35534618cf3b1ff4bfc73f295896c389edcf1b (patch) | |
tree | 4f1dc9f3fe19a4d9a7d9a33caf9aa74dc76f2605 | |
parent | chinese/libtabe: convert to USES=libtool and bump dependent ports (diff) |
Convert to USES=autoreconf
-rw-r--r-- | databases/libmongo-client/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/libmongo-client/Makefile b/databases/libmongo-client/Makefile index ecdd7f5b59ad..4e9af88c981a 100644 --- a/databases/libmongo-client/Makefile +++ b/databases/libmongo-client/Makefile @@ -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> |