diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
commit | 8a97294176dc73b4561ed2402dc5453250075385 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /math/mtl | |
parent | c2a9f33f2d93e1b5f33bb630e61a261db891265a (diff) | |
download | freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.tar.gz freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.tar.zst freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'math/mtl')
-rw-r--r-- | math/mtl/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 71ae6d367a5a..4497645a0d6d 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: mtl -# Date created: Mar 15, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mtl DISTVERSION= 2.1.2-23.tentative @@ -23,7 +18,8 @@ CONFIGURE_ENV= CXXCPP="${CXXCPP}" CXXCPP?= ${CXX} -E GNU_CONFIGURE= yes NO_BUILD= yes -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build WRKSRC = ${WRKDIR}/${DISTNAME:R} post-patch: |