From 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 16 Sep 2013 15:42:40 +0000 Subject: - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) --- irc/inspircd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'irc/inspircd') diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 40caba04c9c6..0878bc7757c2 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -35,7 +35,8 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ GROUPS=${GROUPS} # Configure script is written in perl -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-cc=${CXX} --config-dir=${ETCDIR} \ -- cgit