diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-22 09:57:19 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-22 11:32:50 +0000 |
commit | df6e7bf820e92c5bd4565ef806e6909fa2620307 (patch) | |
tree | 28c42aa86b10d7b6013c1e6c34ee93d1c6b3a65f /databases/pgroonga/Makefile | |
parent | 8f7668d61a1102613bbac2a776ba08f71676dd40 (diff) | |
download | ports-df6e7bf820e92c5bd4565ef806e6909fa2620307.tar.gz ports-df6e7bf820e92c5bd4565ef806e6909fa2620307.zip |
Diffstat (limited to 'databases/pgroonga/Makefile')
-rw-r--r-- | databases/pgroonga/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pgroonga/Makefile b/databases/pgroonga/Makefile index e03f6d8c6f90..b27e0db625c1 100644 --- a/databases/pgroonga/Makefile +++ b/databases/pgroonga/Makefile @@ -1,7 +1,7 @@ # Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> PORTNAME= pgroonga -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/pgroonga/ @@ -13,9 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgroonga.so:textproc/groonga -USES= gmake pgsql:9.6+ pkgconfig +USES= gmake localbase pgsql:10.0+ pkgconfig -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/groonga +CPPFLAGS+= -I${LOCALBASE}/include/groonga LLD_UNSAFE= yes SUB_FILES= pkg-message PLIST_SUB= MVER=${PORTVERSION} |