svn commit: r532311 - head/databases/p5-BDB

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 21 19:35:53 UTC 2020


Author: sunpoet
Date: Tue Apr 21 19:35:51 2020
New Revision: 532311
URL: https://svnweb.freebsd.org/changeset/ports/532311

Log:
  Cosmetic change

Modified:
  head/databases/p5-BDB/Makefile

Modified: head/databases/p5-BDB/Makefile
==============================================================================
--- head/databases/p5-BDB/Makefile	Tue Apr 21 19:35:39 2020	(r532310)
+++ head/databases/p5-BDB/Makefile	Tue Apr 21 19:35:51 2020	(r532311)
@@ -17,12 +17,13 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-common-sense>=0:devel/p5-common-sense
 
-PORTSCOUT=	skipv:1.801
+USES=		bdb perl5
+USE_PERL5=	configure
 
 CFLAGS+=	-I${BDB_INCLUDE_DIR}
 LDFLAGS+=	-lpthread
-USE_PERL5=	configure
-USES=		bdb perl5
+
+PORTSCOUT=	skipv:1.801
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/Makefile.PL


More information about the svn-ports-all mailing list