diff options
author | wen <wen@FreeBSD.org> | 2015-05-06 10:40:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-05-06 10:40:39 +0800 |
commit | 546c476a77552fe75e22a264d9c09a2192c95237 (patch) | |
tree | 1f7610ee32aecb725b8123eb2b6ee9f2247b1f7d /www | |
parent | c5233b6f8c95ab18ce56b38457e0cfee8d46b1ca (diff) | |
download | freebsd-ports-gnome-546c476a77552fe75e22a264d9c09a2192c95237.tar.gz freebsd-ports-gnome-546c476a77552fe75e22a264d9c09a2192c95237.tar.zst freebsd-ports-gnome-546c476a77552fe75e22a264d9c09a2192c95237.zip |
- Add missing PHP module
PR: 199948
Submitted by: olevole@olevole.ru(maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/itop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/itop/Makefile b/www/itop/Makefile index 60304db6beca..bb7ba1e92100 100644 --- a/www/itop/Makefile +++ b/www/itop/Makefile @@ -2,6 +2,7 @@ PORTNAME= itop PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= iTop-${PORTVERSION}-2127 @@ -13,7 +14,7 @@ LICENSE= AGPLv3 USES= zip USE_PHP= ctype iconv mbstring pcre session xml zlib readline \ - dom simplexml hash json soap mcrypt filter + dom simplexml hash json soap mcrypt filter zip NO_BUILD= yes |