diff options
author | zi <zi@FreeBSD.org> | 2014-08-14 20:46:02 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-08-14 20:46:02 +0800 |
commit | ba0269b0b4ed9f17d44d585188acecd401a265a6 (patch) | |
tree | 7e9fa0ce2c509019ad97a670e8a0d89cabd1bbde /www | |
parent | 037bd9110fc66bc5c0de09dfe74529add57bdd18 (diff) | |
download | freebsd-ports-gnome-ba0269b0b4ed9f17d44d585188acecd401a265a6.tar.gz freebsd-ports-gnome-ba0269b0b4ed9f17d44d585188acecd401a265a6.tar.zst freebsd-ports-gnome-ba0269b0b4ed9f17d44d585188acecd401a265a6.zip |
- Remove redundant run/build from USES_PERL5
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer-Plugin-REST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Dancer-Plugin-REST/Makefile b/www/p5-Dancer-Plugin-REST/Makefile index 0a58c8d31cde..1e165aa39b11 100644 --- a/www/p5-Dancer-Plugin-REST/Makefile +++ b/www/p5-Dancer-Plugin-REST/Makefile @@ -15,6 +15,6 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 -USE_PERL5= modbuild run build +USE_PERL5= modbuild .include <bsd.port.mk> |