diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
commit | dca255c3cec21c0c66003eb626763c7fdc2cb59a (patch) | |
tree | e6eac391e081f99a997be8b0d8e036d22d5fe2a9 /databases/pecl-chdb | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) | |
download | ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.tar.gz ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.zip |
Notes
Diffstat (limited to 'databases/pecl-chdb')
-rw-r--r-- | databases/pecl-chdb/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/pecl-chdb/Makefile b/databases/pecl-chdb/Makefile index 1aa08e570331..7e310de7c651 100644 --- a/databases/pecl-chdb/Makefile +++ b/databases/pecl-chdb/Makefile @@ -16,11 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph RUN_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph -USE_PHP= yes -USE_PHP_BUILD= yes -USE_PHPIZE= yes -USE_PHPEXT= yes -PHP_MODNAME= chdb +USES= php:ext IGNORE_WITH_PHP= 70 CFLAGS+= -L${LOCALBASE}/lib |