diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2020-06-16 09:26:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2020-06-16 09:26:50 +0000 |
commit | 2640a6355d7316d0bd51e2acba78ebc369d8ff18 (patch) | |
tree | 83c60559373427db64543305096bbf8c66555e94 /www/baikal/Makefile | |
parent | bcc17ec7c0beaab5f8743ca71b58f45b5c39e2b3 (diff) |
Notes
Diffstat (limited to 'www/baikal/Makefile')
-rw-r--r-- | www/baikal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/baikal/Makefile b/www/baikal/Makefile index f4fe32dfd95b..897bdff7bbb5 100644 --- a/www/baikal/Makefile +++ b/www/baikal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= baikal -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 PORTREVISION= 0 CATEGORIES= www MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/ @@ -14,7 +14,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php zip -USE_PHP= ctype dom filter imap json mbstring openssl pdo_sqlite \ +USE_PHP= ctype dom filter hash imap json mbstring openssl pdo_sqlite \ session xml xmlreader xmlwriter WRKSRC= ${WRKDIR}/${PORTNAME} |