diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-04 14:21:40 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-04 14:21:40 +0000 |
| commit | 7268ad6bb1415c19a84fa0a7bb377017e5849dda (patch) | |
| tree | 510e749946c447e762a42f595c38a8bb49dea686 | |
| parent | - Add documentation of WITH_MUTT_TRASH_PATCH. (diff) | |
- Add missing php dependency
PR: 155038
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Approved by: maintainer
| -rw-r--r-- | www/gallery3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 02a9456f6ef8..6b842bb8fd1e 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gallery3 PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION} DISTNAME= gallery-${PORTVERSION} @@ -16,7 +17,8 @@ COMMENT= Web based photo album organizer written in PHP USE_ZIP= yes -USE_PHP= pcre session filter xml iconv spl simplexml json mysql +USE_PHP= pcre session filter xml iconv spl simplexml json mysql \ + tokenizer WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} |
