diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
commit | e47ac01488c933a3a8a38b32ba35d4f9c4992493 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /multimedia/libvpx | |
parent | 3796ff69397692329dd89edad8abbabebdc2e36c (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327343
Diffstat (limited to 'multimedia/libvpx')
-rw-r--r-- | multimedia/libvpx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index 009286682a93..0bb86190d303 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -13,11 +13,11 @@ COMMENT= VP8 Codec SDK BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm +USES= gmake perl5 USE_BZIP2= yes PROJECTHOST= webm HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_LDCONFIG= yes LICENSE= BSD |