Date: Tue, 3 Sep 2019 19:08: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: r510980 - head/security/pecl-gnupg Message-ID: <201909031908.x83J8php040299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 3 19:08:51 2019 New Revision: 510980 URL: https://svnweb.freebsd.org/changeset/ports/510980 Log: Cosmetic change Modified: head/security/pecl-gnupg/Makefile Modified: head/security/pecl-gnupg/Makefile ============================================================================== --- head/security/pecl-gnupg/Makefile Tue Sep 3 19:08:46 2019 (r510979) +++ head/security/pecl-gnupg/Makefile Tue Sep 3 19:08:51 2019 (r510980) @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgpgme.so:security/gpgme -CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include USES= localbase php:pecl + +CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e '/GNUPG_DL/ s|-ldl||; s|$$GNUPG_DIR/lib|${LOCALBASE}/lib|' ${WRKSRC}/config.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031908.x83J8php040299>