svn commit: r382824 - head/devel/json-c

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 31 14:30:23 UTC 2015


Author: sunpoet
Date: Tue Mar 31 14:30:22 2015
New Revision: 382824
URL: https://svnweb.freebsd.org/changeset/ports/382824
QAT: https://qat.redports.org/buildarchive/r382824/

Log:
  - Add CPE information

Modified:
  head/devel/json-c/Makefile

Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile	Tue Mar 31 14:29:26 2015	(r382823)
+++ head/devel/json-c/Makefile	Tue Mar 31 14:30:22 2015	(r382824)
@@ -18,7 +18,9 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_AUTOTOOLS=	autoheader
 USE_LDCONFIG=	yes
-USES=		gmake libtool pathfix pkgconfig
+USES=		cpe gmake libtool pathfix pkgconfig
+
+CPE_VENDOR=	json-c_project
 
 post-patch:
 	@${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in


More information about the svn-ports-head mailing list