diff options
author | az <az@FreeBSD.org> | 2013-09-07 23:51:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-07 23:51:29 +0800 |
commit | 52ecb7e3076724c6b952b4695ff77d16d8a5660e (patch) | |
tree | be3824547912b10818d9e3314030c6715d8f815c /devel/fb303 | |
parent | 5956d1ecdd493037c0dc82725576c56c22f4e1d5 (diff) | |
download | freebsd-ports-graphics-52ecb7e3076724c6b952b4695ff77d16d8a5660e.tar.gz freebsd-ports-graphics-52ecb7e3076724c6b952b4695ff77d16d8a5660e.tar.zst freebsd-ports-graphics-52ecb7e3076724c6b952b4695ff77d16d8a5660e.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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 bc4a171e347..b8f10d6a0ed 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 |