svn commit: r489397 - head/databases/p5-Search-Xapian12

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 5 22:45:41 UTC 2019


Author: sunpoet
Date: Sat Jan  5 22:45:31 2019
New Revision: 489397
URL: https://svnweb.freebsd.org/changeset/ports/489397

Log:
  Cosmetic change

Modified:
  head/databases/p5-Search-Xapian12/Makefile

Modified: head/databases/p5-Search-Xapian12/Makefile
==============================================================================
--- head/databases/p5-Search-Xapian12/Makefile	Sat Jan  5 22:45:26 2019	(r489396)
+++ head/databases/p5-Search-Xapian12/Makefile	Sat Jan  5 22:45:31 2019	(r489397)
@@ -23,10 +23,11 @@ TEST_DEPENDS=	p5-Devel-Leak>=0:devel/p5-Devel-Leak \
 
 PORTSCOUT=	limit:^1\.2\.
 
+USES=		perl5
+USE_PERL5=	configure
+
 CC=		${CXX}
 CONFIGURE_ARGS=	XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
-USE_PERL5=	configure
-USES=		perl5
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^if (defined $$builddir) {|if (0) {|' ${WRKSRC}/Makefile.PL


More information about the svn-ports-head mailing list