diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-04 18:16:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-04 18:16:23 +0800 |
commit | 13d0da9f85983dba2323a61c5eca7e57aecdc0c3 (patch) | |
tree | a6b9816a57a25e7f821f72753dd2fe9c290f0f32 /www | |
parent | adc9dc78270b0314f97af334f3431d069f1e3a42 (diff) | |
download | freebsd-ports-gnome-13d0da9f85983dba2323a61c5eca7e57aecdc0c3.tar.gz freebsd-ports-gnome-13d0da9f85983dba2323a61c5eca7e57aecdc0c3.tar.zst freebsd-ports-gnome-13d0da9f85983dba2323a61c5eca7e57aecdc0c3.zip |
Convert to USES=php, while here convert to USES=mysql
hich fixes a typo preventing the mysql dependency
Diffstat (limited to 'www')
-rw-r--r-- | www/netoffice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/netoffice/Makefile b/www/netoffice/Makefile index 26bd858928ba..b9d12562e0ca 100644 --- a/www/netoffice/Makefile +++ b/www/netoffice/Makefile @@ -3,7 +3,7 @@ PORTNAME= netoffice PORTVERSION= 2.6.0b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} @@ -12,9 +12,8 @@ COMMENT= NetOffice is a free web based project-management environment NO_BUILD= yes NO_ARCH= yes -USER_MYSQL= yes +USES= php:web mysql USE_PHP= mysql pcre zlib session xml gd -WANT_PHP_WEB= yes WEBOWN?= www WEBGRP?= www |