diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-07-15 14:20:08 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-07-15 14:20:08 +0000 |
commit | 10da45ef91781ebd672e9bfc743927961412919f (patch) | |
tree | 3f8be1db43de9733362f35e6bb2f1c209b297fb9 | |
parent | Resort options to make third party modules distinguishable. (diff) |
- Add missing dependencies
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=237884
-rw-r--r-- | www/zenphoto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zenphoto/Makefile b/www/zenphoto/Makefile index 0533eacf70d0..6a31174f394e 100644 --- a/www/zenphoto/Makefile +++ b/www/zenphoto/Makefile @@ -5,13 +5,14 @@ PORTNAME= zenphoto PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.zenphoto.org/files/ MAINTAINER= jadawin@FreeBSD.org COMMENT= A simpler web photo gallery -USE_PHP= mysql gd session mbstring gettext +USE_PHP= mysql gd session mbstring gettext pcre json WANT_PHP_WEB= yes NO_BUILD= yes |