diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2022-08-09 04:01:31 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2022-08-09 04:01:31 +0000 |
commit | 30af7d897b8a518a4803e0ea28c1f4fdd9bec080 (patch) | |
tree | fd0cdc7f4598920858dd55eb5f45fc19a1477b44 | |
parent | cab2866cbccc1542e6032df039fefc5b30264bee (diff) | |
download | ports-30af7d897b8a518a4803e0ea28c1f4fdd9bec080.tar.gz ports-30af7d897b8a518a4803e0ea28c1f4fdd9bec080.zip |
www/dokuwiki: Require PHP filter module.
PR: ports/265709
MFH: 2022Q3
-rw-r--r-- | www/dokuwiki/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index 7f47cda352b2..d71243583ba3 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -1,5 +1,6 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ DISTNAME= ${DIST_VER} @@ -17,7 +18,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE DIST_VER= ${PORTNAME}-2022-07-31 USES= cpe php:web shebangfix tar:tgz -USE_PHP= gd hash json mbstring openssl pcre session xml zlib +USE_PHP= filter gd hash json mbstring openssl pcre session xml zlib NO_ARCH= YES NO_BUILD= YES |