diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 16:11:30 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 16:11:30 +0000 |
commit | 3d017a688622e8dfbc020a020058de1a277f526b (patch) | |
tree | 4a51b775a74e2a77d74eded4714f5fdb1a9d89ac /net/sip_scenario | |
parent | 8a4b4aeb1fa6e5fafdf1da900295b2e652520e89 (diff) | |
download | ports-3d017a688622e8dfbc020a020058de1a277f526b.tar.gz ports-3d017a688622e8dfbc020a020058de1a277f526b.zip |
Notes
Diffstat (limited to 'net/sip_scenario')
-rw-r--r-- | net/sip_scenario/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sip_scenario/Makefile b/net/sip_scenario/Makefile index 37c6cf1d0d6e..77d36cb3d0c1 100644 --- a/net/sip_scenario/Makefile +++ b/net/sip_scenario/Makefile @@ -13,7 +13,8 @@ COMMENT= SIP call flow creator (HTML format) LICENSE= AL2 USE_ZIP= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run WRKSRC= ${WRKDIR} |