aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-XML2JSON/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-25 16:14:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-25 16:14:58 +0000
commit20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch)
treeb54dbe88f1393a9b7d345fa226b1c0546c1e89eb /textproc/p5-XML-XML2JSON/Makefile
parentfecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff)
downloadports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.tar.gz
ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.zip
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
Notes
Notes: svn path=/head/; revision=325358
Diffstat (limited to 'textproc/p5-XML-XML2JSON/Makefile')
-rw-r--r--textproc/p5-XML-XML2JSON/Makefile2
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