svn commit: r422655 - in head/www/libjwt: . files

Kevin Lo kevlo at FreeBSD.org
Fri Sep 23 08:30:34 UTC 2016


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}


More information about the svn-ports-head mailing list