diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 06:54:09 +0000 |
commit | 0c32f397115d6a7e639ed1f8b4228848bd5cc96c (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /devel/bugzilla3/Makefile | |
parent | c37aa810ab6b2dec5c29293ea60ad8f84d8effda (diff) |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Notes
Notes:
svn path=/head/; revision=324007
Diffstat (limited to 'devel/bugzilla3/Makefile')
-rw-r--r-- | devel/bugzilla3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 8e6d8648d9a4..0912eeb12503 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= \ LATEST_LINK= bugzilla3 -USE_PERL5= yes +USES= perl5 +USE_PERL5= patch run build BINMODE= 700 |