summaryrefslogtreecommitdiff
path: root/lang/qscheme
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:51:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 06:51:04 +0000
commit9f48528e6e53a3f6a788a0bfcf5f3d434d79921a (patch)
treef134d7bf940f5f50482b60e36c255e9f239360d6 /lang/qscheme
parentFix typo (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/Makefile10
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 \