diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:08:32 +0800 |
commit | 8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/libmongo-client | |
parent | fd7815ac9400116b74bb8ffb46ed661ade3a6d2e (diff) | |
download | freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.gz freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.tar.zst freebsd-ports-gnome-8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a.zip |
Convert databases to USES=pkgconfig
Diffstat (limited to 'databases/libmongo-client')
-rw-r--r-- | databases/libmongo-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libmongo-client/Makefile b/databases/libmongo-client/Makefile index d1ca352a7143..417a9c7e5cf3 100644 --- a/databases/libmongo-client/Makefile +++ b/databases/libmongo-client/Makefile @@ -17,7 +17,7 @@ GH_COMMIT= 13cc0ee USE_AUTOTOOLS= automake autoconf libtool GNU_CONFIGURE= yes -USE_PKGCONFIG= build +USES= pkgconfig USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes |