svn commit: r344694 - head/devel/mongo-c-driver
Martin Wilke
miwi at FreeBSD.org
Mon Feb 17 07:02:44 UTC 2014
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>
More information about the svn-ports-head
mailing list