diff options
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 |