diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-07-15 22:20:08 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-07-15 22:20:08 +0800 |
commit | d4de3e44be21be236b87da31d5b318ff096fa67c (patch) | |
tree | 0319652e4da11d05d66611e6566e8a8a598042e3 /www/zenphoto | |
parent | a40c2e3e884bb934aff6b5dc7f085a1874816b1c (diff) | |
download | freebsd-ports-gnome-d4de3e44be21be236b87da31d5b318ff096fa67c.tar.gz freebsd-ports-gnome-d4de3e44be21be236b87da31d5b318ff096fa67c.tar.zst freebsd-ports-gnome-d4de3e44be21be236b87da31d5b318ff096fa67c.zip |
- Add missing dependencies
- Bump PORTREVISION
Diffstat (limited to 'www/zenphoto')
-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 |