diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-19 00:28:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-19 00:28:51 +0800 |
commit | 41501a7fd6b1b1975bb2de168531806de34d05af (patch) | |
tree | 8a4fe92634d902af03e52cc5a9788d6fb40c4ba4 /www | |
parent | 0af9a63ec19ed9a2cd7574b60c72b2cf6e305f6e (diff) | |
download | freebsd-ports-gnome-41501a7fd6b1b1975bb2de168531806de34d05af.tar.gz freebsd-ports-gnome-41501a7fd6b1b1975bb2de168531806de34d05af.tar.zst freebsd-ports-gnome-41501a7fd6b1b1975bb2de168531806de34d05af.zip |
- Add missing dependency
Diffstat (limited to 'www')
-rw-r--r-- | www/phpsysinfo-dev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile index a09b79b4e799..a997e5c74fb3 100644 --- a/www/phpsysinfo-dev/Makefile +++ b/www/phpsysinfo-dev/Makefile @@ -6,13 +6,14 @@ PORTNAME= phpSysInfo DISTVERSION= 3.0-RC9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/3.0-RC9 MAINTAINER= walt@relnor.com COMMENT= A PHP script for displaying system information -USE_PHP= pcre xml simplexml +USE_PHP= pcre xml simplexml mbstring WANT_PHP_WEB= yes CONFLICTS= phpsysinfo-2.[0-9]* |