diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 22:30:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 22:30:22 +0800 |
commit | 9ed177fa497b2eee9ccad5ff7c6158d7f6b61817 (patch) | |
tree | 9b641bf3b84091c736e5ff807366d72a8b4c66c5 | |
parent | 1058330fd2e421b47ba3502ce8a68be4bab63b6b (diff) | |
download | freebsd-ports-gnome-9ed177fa497b2eee9ccad5ff7c6158d7f6b61817.tar.gz freebsd-ports-gnome-9ed177fa497b2eee9ccad5ff7c6158d7f6b61817.tar.zst freebsd-ports-gnome-9ed177fa497b2eee9ccad5ff7c6158d7f6b61817.zip |
- Add CPE information
-rw-r--r-- | devel/json-c/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index c91eaf29bd1e..38d066013d42 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -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 |