diff options
Diffstat (limited to 'devel/mongo-c-driver/Makefile')
-rw-r--r-- | devel/mongo-c-driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile index 917626c635c4..be2c3f8d5d28 100644 --- a/devel/mongo-c-driver/Makefile +++ b/devel/mongo-c-driver/Makefile @@ -10,8 +10,8 @@ COMMENT= C Driver for MongoDB LICENSE= APACHE20 -BUILD_DEPENDS= ${LOCALBASE}/lib/libbson-1.0.so:${PORTSDIR}/devel/libbson -LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 +BUILD_DEPENDS= ${LOCALBASE}/lib/libbson-1.0.so:devel/libbson +LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 USE_GITHUB= yes GH_ACCOUNT= mongodb |