diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 03:55:48 +0800 |
commit | cc33170943fa61617b8f7e5b3db1b43320de5379 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /databases | |
parent | 710bc4835ca10e614f678c9ada13dd8c16981f7a (diff) | |
download | freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.gz freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.zst freebsd-ports-gnome-cc33170943fa61617b8f7e5b3db1b43320de5379.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pecl-tokyo_tyrant/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile index 8f2af112c1a6..8330d00a2db1 100644 --- a/databases/pecl-tokyo_tyrant/Makefile +++ b/databases/pecl-tokyo_tyrant/Makefile @@ -13,6 +13,7 @@ COMMENT= Wrapper to the Tokyo Tyrant client library LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant +USES= pkgconfig USE_PHP= session USE_PHP_BUILD= spl USE_PHPIZE= yes |