diff options
| author | Xin LI <delphij@FreeBSD.org> | 2026-07-05 16:47:09 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2026-07-06 15:57:32 +0000 |
| commit | 5f9d389f299ac8124a5114c2f014984390b6fd1e (patch) | |
| tree | aa0f1821eec3e977a53f25769fd6286ae3e50c83 /lang/php83 | |
| parent | fcddf87b03b963064dd56c3befcb0620be7fc7ad (diff) | |
Diffstat (limited to 'lang/php83')
| -rw-r--r-- | lang/php83/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php83/Makefile b/lang/php83/Makefile index 93c6237482c1..2e2ae81699c4 100644 --- a/lang/php83/Makefile +++ b/lang/php83/Makefile @@ -1,6 +1,6 @@ PORTNAME= php83 DISTVERSION= 8.3.32 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -251,7 +251,7 @@ FLATFILE_CONFIGURE_ON= --disable-flatfile GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ARGS= --with-gdbm=${LOCALBASE} INIFILE_CONFIGURE_OFF= --disable-inifile -LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb +LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb0 LMDB_CONFIGURE_ARGS= --with-lmdb=${LOCALBASE} QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm QDBM_CONFIGURE_ARGS= --with-qdbm=${LOCALBASE} |
