Date: Mon, 17 Feb 2014 07:02:44 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344694 - head/devel/mongo-c-driver Message-ID: <201402170702.s1H72ixn006326@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 17 07:02:43 2014 New Revision: 344694 URL: http://svnweb.freebsd.org/changeset/ports/344694 QAT: https://qat.redports.org/buildarchive/r344694/ Log: - Stage support Modified: head/devel/mongo-c-driver/Makefile Modified: head/devel/mongo-c-driver/Makefile ============================================================================== --- head/devel/mongo-c-driver/Makefile Mon Feb 17 07:02:24 2014 (r344693) +++ head/devel/mongo-c-driver/Makefile Mon Feb 17 07:02:43 2014 (r344694) @@ -18,7 +18,7 @@ GH_TAGNAME= v0.7.1 GH_COMMIT= g98826a WRKSRC= ${WRKDIR}/mongodb-mongo-c-driver-17ff925 -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes @@ -33,5 +33,4 @@ PLIST_FILES= include/mongo.h \ lib/libbson.so.0.7 \ lib/libbson.so -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170702.s1H72ixn006326>