diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-09 12:12:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-09 12:12:01 +0000 |
commit | da96fc751b558a3169d6997195801c1c306b3cd1 (patch) | |
tree | aa4558f1d0edbc6f00d3bada56fffeacda9c2697 /devel/fb303 | |
parent | 0fa1ae3437ceae36d2df46477c9a3b1e3d5a7503 (diff) | |
download | ports-da96fc751b558a3169d6997195801c1c306b3cd1.tar.gz ports-da96fc751b558a3169d6997195801c1c306b3cd1.zip |
Notes
Diffstat (limited to 'devel/fb303')
-rw-r--r-- | devel/fb303/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index 9ae476dd730e..3ba50287559f 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -22,7 +22,7 @@ AUTOMAKE_ARGS= -a CONFIGURE_ARGS= PY_PREFIX="${PREFIX}" USE_AUTOTOOLS= autoconf autoheader:env aclocal automake -USES= compiler gmake perl5 python +USES= compiler gmake perl5 python:2.7 USE_PERL5= run WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/fb303 |