diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 15:02:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 15:02:43 +0800 |
commit | 106a457886813881c33dad1cae97a6b6151de305 (patch) | |
tree | baf7e4783377e95cdf7ba301b12f00efa4e4bf52 | |
parent | e30fab10148164096370cec24eba5fa427677bba (diff) | |
download | freebsd-ports-gnome-106a457886813881c33dad1cae97a6b6151de305.tar.gz freebsd-ports-gnome-106a457886813881c33dad1cae97a6b6151de305.tar.zst freebsd-ports-gnome-106a457886813881c33dad1cae97a6b6151de305.zip |
- Stage support
-rw-r--r-- | devel/mongo-c-driver/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile index fdc58f6679da..b33a06693e5b 100644 --- a/devel/mongo-c-driver/Makefile +++ b/devel/mongo-c-driver/Makefile @@ -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> |