aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-18 18:25:38 +0800
committertijl <tijl@FreeBSD.org>2014-09-18 18:25:38 +0800
commit2cea35dab5905ce78336af7ee175931ef7319b12 (patch)
tree4f1dc9f3fe19a4d9a7d9a33caf9aa74dc76f2605
parent0564b237332f02eb6e73057817a5780caf4ccf2b (diff)
downloadfreebsd-ports-gnome-2cea35dab5905ce78336af7ee175931ef7319b12.tar.gz
freebsd-ports-gnome-2cea35dab5905ce78336af7ee175931ef7319b12.tar.zst
freebsd-ports-gnome-2cea35dab5905ce78336af7ee175931ef7319b12.zip
Convert to USES=autoreconf
-rw-r--r--databases/libmongo-client/Makefile8
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>