diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:11:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:11:43 +0000 |
commit | 7e3461850288d9c03ab7fed23c421dab07e89443 (patch) | |
tree | d5e5ba5a3a52396d44f005ed68c3591410ede9ba /net/ct | |
parent | cf15c941cc3fec7529185d2dd6076ff9f73f4dcd (diff) | |
download | ports-7e3461850288d9c03ab7fed23c421dab07e89443.tar.gz ports-7e3461850288d9c03ab7fed23c421dab07e89443.zip |
Notes
Diffstat (limited to 'net/ct')
-rw-r--r-- | net/ct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ct/Makefile b/net/ct/Makefile index ca81826b5e91..dab54ffe238e 100644 --- a/net/ct/Makefile +++ b/net/ct/Makefile @@ -15,9 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT RUN_DEPENDS= ${LOCALBASE}/v6eval/bin/pktbuf:${PORTSDIR}/net/v6eval -USE_PERL5= yes NO_BUILD= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= \ dd/BEGIN.seq \ dd/DDDHCPv6.seq \ |