diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-12 19:05:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-12 19:05:11 +0000 |
commit | 46b76c22e5cb95be59777aa2b69c40cfcd56f5a5 (patch) | |
tree | b4cdc6c5a0730eaa5f335f27de560885e214dd67 /www | |
parent | 73abf03ab76b4a8bfe355d02b263d776e37b361f (diff) | |
download | ports-46b76c22e5cb95be59777aa2b69c40cfcd56f5a5.tar.gz ports-46b76c22e5cb95be59777aa2b69c40cfcd56f5a5.zip |
Notes
Diffstat (limited to 'www')
-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 2c1b1102a9f5..facfe9266423 100644 --- a/www/zenphoto/Makefile +++ b/www/zenphoto/Makefile @@ -4,6 +4,7 @@ PORTNAME= zenphoto PORTVERSION= 1.4.14 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -13,7 +14,7 @@ LICENSE= GPLv2+ NO_ARCH= yes NO_BUILD= yes -USE_PHP= gd gettext json mbstring mysqli pcre session +USE_PHP= gd gettext hash json mbstring mysqli pcre session USES= cpe php:web PKGDEINSTALL= ${WRKDIR}/pkg-deinstall |