diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 10:16:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 10:16:23 +0000 |
commit | b2a6de2ed9593f93197344aa7db45e27ec04c255 (patch) | |
tree | a6b9816a57a25e7f821f72753dd2fe9c290f0f32 | |
parent | cf5b575d0c508c6ab8cfea2a6ef32828268d6e5f (diff) | |
download | ports-b2a6de2ed9593f93197344aa7db45e27ec04c255.tar.gz ports-b2a6de2ed9593f93197344aa7db45e27ec04c255.zip |
Convert to USES=php, while here convert to USES=mysql
hich fixes a typo preventing the mysql dependency
Notes
Notes:
svn path=/head/; revision=451197
-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 |