diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
commit | 20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch) | |
tree | b54dbe88f1393a9b7d345fa226b1c0546c1e89eb /textproc/p5-XML-XML2JSON | |
parent | fecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff) | |
download | ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.tar.gz ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-XML2JSON')
-rw-r--r-- | textproc/p5-XML-XML2JSON/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-XML2JSON/Makefile b/textproc/p5-XML-XML2JSON/Makefile index f8e0825bd7ae..0596675a76a2 100644 --- a/textproc/p5-XML-XML2JSON/Makefile +++ b/textproc/p5-XML-XML2JSON/Makefile @@ -31,7 +31,7 @@ MAN3= XML::XML2JSON.3 .include <bsd.port.options.mk> -.if empty(PORT_OPTIONS:MJSON_SYCK) && empty(PORT_OPTIONS:MJSON_XS) && empty(PORT_OPTIONS:MJSON) && empty(PORT_OPTIONS:MJSON_DWIW) +.if !${PORT_OPTIONS:MJSON_SYCK} && !${PORT_OPTIONS:MJSON_XS} && !${PORT_OPTIONS:MJSON} && !${PORT_OPTIONS:MJSON_DWIW} IGNORE= you must choose at least one JSON module .endif |