Date: Tue, 21 Apr 2020 19:35:51 +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: r532311 - head/databases/p5-BDB Message-ID: <202004211935.03LJZpb2089898@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211935.03LJZpb2089898>