diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 13:38:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 13:38:20 +0000 |
commit | f7ec825618d3536d6c7986a7b7b1bac77a63199a (patch) | |
tree | 1fce9b2d7dcfb567ed9cb78f576ce28112115661 /www/MT | |
parent | 7e70f84254bc7adaaaf7b3471afb2d4763daa167 (diff) |
Notes
Diffstat (limited to 'www/MT')
-rw-r--r-- | www/MT/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index ab9ed14447f2..a3a079df7d84 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -45,7 +45,8 @@ SUB_LIST+= DATADIR=${DATADIR}\ WWWOWN=${WWWOWN}\ WWWGRP=${WWWGRP} -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes MT_DOCS_URL?= http://www.movabletype.org/documentation/ MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html |