diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 15:51:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 15:51:29 +0000 |
commit | 2f1a9ebb80ea98def954e410421a260e8ba5fba9 (patch) | |
tree | be3824547912b10818d9e3314030c6715d8f815c /devel/fb303 | |
parent | adddd88d150dc2f7531eb8fef72e49aa13a6e9e9 (diff) | |
download | ports-2f1a9ebb80ea98def954e410421a260e8ba5fba9.tar.gz ports-2f1a9ebb80ea98def954e410421a260e8ba5fba9.zip |
Notes
Diffstat (limited to 'devel/fb303')
-rw-r--r-- | devel/fb303/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index bc4a171e3470..b8f10d6a0ed3 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -23,7 +23,8 @@ AUTOMAKE_ARGS= -a CONFIGURE_ARGS= PY_PREFIX="${PREFIX}" USE_AUTOTOOLS= aclocal automake autoconf USE_GMAKE= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303 |