diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:38:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:38:00 +0000 |
commit | 44105bbef82d297a098e178b03eb4290daa5d98b (patch) | |
tree | 4a763a23b7382a8c937ccd9826b459ad9ccec255 /net/sip_scenario | |
parent | 9d0989571c6206b6ed8d38f60bd2033d59a689a1 (diff) |
Notes
Diffstat (limited to 'net/sip_scenario')
-rw-r--r-- | net/sip_scenario/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sip_scenario/Makefile b/net/sip_scenario/Makefile index 4442f3323aa6..b960c143711e 100644 --- a/net/sip_scenario/Makefile +++ b/net/sip_scenario/Makefile @@ -12,8 +12,7 @@ COMMENT= SIP call flow creator (HTML format) LICENSE= APACHE20 -USE_ZIP= yes -USES= perl5 +USES= perl5 zip USE_PERL5= run WRKSRC= ${WRKDIR} |