aboutsummaryrefslogtreecommitdiff
path: root/math/ntl
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-12 05:53:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-12 05:53:03 +0000
commite10369322220c0fa0a0ab68ed222621adf553709 (patch)
treed3e054e43268209aa792f44c177f4789d4af4098 /math/ntl
parentce3840ccd53801f6f4b24f2fd1c0d1210d1d663a (diff)
downloadports-e10369322220c0fa0a0ab68ed222621adf553709.tar.gz
ports-e10369322220c0fa0a0ab68ed222621adf553709.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327032
Diffstat (limited to 'math/ntl')
-rw-r--r--math/ntl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index 9825c30685ec..f31d3eb3948d 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -16,7 +16,8 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
CONFIGURE_ARGS= NTL_GMP_LIP=on
.endif
-USE_PERL5_BUILD= yes
+USES= perl5
+USE_PERL5= build
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= AR="${AR}" \
CC="${CC}" CFLAGS="${CFLAGS}" \