From 13d0da9f85983dba2323a61c5eca7e57aecdc0c3 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 4 Oct 2017 10:16:23 +0000 Subject: Convert to USES=php, while here convert to USES=mysql hich fixes a typo preventing the mysql dependency --- www/netoffice/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www') 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 -- cgit