diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
commit | cddacdc1a85e239682053f3716b7c685f422ebf4 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /math/mtl | |
parent | 1f7b0d3e1b562bcd76f89ebdbd346571511c07c0 (diff) | |
download | freebsd-ports-gnome-cddacdc1a85e239682053f3716b7c685f422ebf4.tar.gz freebsd-ports-gnome-cddacdc1a85e239682053f3716b7c685f422ebf4.tar.zst freebsd-ports-gnome-cddacdc1a85e239682053f3716b7c685f422ebf4.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: |