diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:51:04 +0000 |
commit | 9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /lang/qscheme | |
parent | f25de658a01310d78cbb67209274b82dcbf0878e (diff) |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=327454
Diffstat (limited to 'lang/qscheme')
-rw-r--r-- | lang/qscheme/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 5d4004ac37a2..619fdfaa4f25 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qscheme -# Date created: 6 Dec 2001 -# Whom: erik@smluc.org -# +# Created by: erik@smluc.org # $FreeBSD$ -# PORTNAME= qscheme PORTVERSION= 0.5.1 @@ -19,9 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/gmp LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \ |