aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2012-06-27 18:07:16 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2012-06-27 18:07:16 +0000
commitd538c8e1e6de5d75f8e434e896bbe4b5d3ed50b5 (patch)
tree783c6a74a233a53bd5bb247c11180ed31b81ff6b /lang
parenta2ed1aca958624aca3a131726de5c7a671af5aab (diff)
downloadports-d538c8e1e6de5d75f8e434e896bbe4b5d3ed50b5.tar.gz
ports-d538c8e1e6de5d75f8e434e896bbe4b5d3ed50b5.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/ats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ats/Makefile b/lang/ats/Makefile
index 7676c56d16e3..93507a632133 100644
--- a/lang/ats/Makefile
+++ b/lang/ats/Makefile
@@ -55,10 +55,10 @@ post-patch:
${WRKSRC}/utils/scripts/atslib.dats
post-configure:
-.if !${PORT_OPTIONS:MGMP}
+.if empty(PORT_OPTIONS:MGMP)
${SED} -i '' -e '/HAVE_GMP_H/d' ${WRKSRC}/config.h
.endif
-.if !${PORT_OPTIONS:MPCRE}
+.if empty(PORT_OPTIONS:MPCRE)
${SED} -i '' -e '/HAVE_PCRE_H/d' ${WRKSRC}/config.h
.endif