aboutsummaryrefslogtreecommitdiff
path: root/www/dokuwiki
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-01-16 02:49:16 +0000
committerXin LI <delphij@FreeBSD.org>2011-01-16 02:49:16 +0000
commit7531b02bf5eb2e7478ea2167530cacbfe4e46f4a (patch)
tree02fc8f2fbcf84048e34bd66fffcb6f4e866a4ca0 /www/dokuwiki
parentc7e03010aae0510cd93a7fbec72cc19284e22914 (diff)
downloadports-7531b02bf5eb2e7478ea2167530cacbfe4e46f4a.tar.gz
ports-7531b02bf5eb2e7478ea2167530cacbfe4e46f4a.zip
Add php-openssl as dependency, which is needed for installing/updating
plugins via web UI. PR: ports/154023 Submitted by: Jason Taylor <jason infinitebubble.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=267880
Diffstat (limited to 'www/dokuwiki')
-rw-r--r--www/dokuwiki/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile
index 7847d0cb4cd9..ca79c4e724b3 100644
--- a/www/dokuwiki/Makefile
+++ b/www/dokuwiki/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dokuwiki
PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g}
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.splitbrain.org/_media/projects/dokuwiki/ \
LOCAL/chinsan/${PORTNAME}
@@ -17,7 +18,7 @@ MAINTAINER= delphij@FreeBSD.org
COMMENT= A simple and easy to use wiki, no database required
DIST_VER= ${PORTNAME}-2010-11-07
-USE_PHP= gd mbstring pcre session xml zlib
+USE_PHP= gd mbstring openssl pcre session xml zlib
NO_BUILD= YES
WANT_PHP_WEB= YES