diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 11:29:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 11:29:14 +0000 |
commit | 5c7b4a79f22a80069ed7ca7e714866840da996c0 (patch) | |
tree | 0de18533b6f4f04bd12eefda84399d3b60d1d1bd /www/entrans | |
parent | e6790f54f99f2ac41a01481a9a9d81e4bcafb14f (diff) |
Notes
Diffstat (limited to 'www/entrans')
-rw-r--r-- | www/entrans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/entrans/Makefile b/www/entrans/Makefile index 0ba9f4007688..d27582fe40ac 100644 --- a/www/entrans/Makefile +++ b/www/entrans/Makefile @@ -12,10 +12,10 @@ COMMENT= Entrans is an online, collaborative translation tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= php:web USE_PHP= mysql NO_BUILD= yes NO_ARCH= yes -WANT_PHP_WEB= yes ENTRANS?= www/entrans PLIST_SUB+= ENTRANS=${ENTRANS} PLIST= ${WRKDIR}/pkg-plist |