Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2018 00:43:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477467 - head/databases/p5-BSON-XS
Message-ID:  <201808180043.w7I0hvCD078592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 18 00:43:56 2018
New Revision: 477467
URL: https://svnweb.freebsd.org/changeset/ports/477467

Log:
  Fix order
  
  Notified by:	mat

Modified:
  head/databases/p5-BSON-XS/Makefile

Modified: head/databases/p5-BSON-XS/Makefile
==============================================================================
--- head/databases/p5-BSON-XS/Makefile	Sat Aug 18 00:14:34 2018	(r477466)
+++ head/databases/p5-BSON-XS/Makefile	Sat Aug 18 00:43:56 2018	(r477467)
@@ -23,9 +23,10 @@ TEST_DEPENDS=	p5-JSON-MaybeXS>=0:converters/p5-JSON-Ma
 		p5-Test-Deep>=0:devel/p5-Test-Deep \
 		p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
 
-CFLAGS+=	-DBSON_COMPILATION
-USE_PERL5=	configure
 USES=		perl5 gmake
+USE_PERL5=	configure
+
+CFLAGS+=	-DBSON_COMPILATION
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BSON/XS/XS.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808180043.w7I0hvCD078592>