Date: Fri, 23 Sep 2016 08:30:33 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422655 - in head/www/libjwt: . files Message-ID: <201609230830.u8N8UXFc052546@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Fri Sep 23 08:30:33 2016 New Revision: 422655 URL: https://svnweb.freebsd.org/changeset/ports/422655 Log: Switch to USES=pathfix Spotted by: mat Deleted: head/www/libjwt/files/ Modified: head/www/libjwt/Makefile Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Fri Sep 23 08:28:24 2016 (r422654) +++ head/www/libjwt/Makefile Fri Sep 23 08:30:33 2016 (r422655) @@ -18,7 +18,7 @@ LIB_DEPENDS= libcheck.so:devel/libcheck USE_GITHUB= yes GH_ACCOUNT= benmcollins -USES= libtool pkgconfig ssl +USES= libtool pkgconfig pathfix ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609230830.u8N8UXFc052546>