aboutsummaryrefslogtreecommitdiffstats
path: root/devel/librcc
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-05-24 19:46:11 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-05-24 19:46:11 +0800
commitcaeceb9135b8f12cc50d372faa231a014a158149 (patch)
treeb0dd7b2464178793cae284c420f054a378f48601 /devel/librcc
parent28d4927df945e51fcea2efbb5f3324602064cd67 (diff)
downloadfreebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.tar.gz
freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.tar.zst
freebsd-ports-gnome-caeceb9135b8f12cc50d372faa231a014a158149.zip
- Fix options conversion
Diffstat (limited to 'devel/librcc')
-rw-r--r--devel/librcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile
index d510d4fae003..55c24213cf4c 100644
--- a/devel/librcc/Makefile
+++ b/devel/librcc/Makefile
@@ -81,7 +81,7 @@ PLIST_SUB+= TOOLS="@comment "
pre-everything::
.if ${ARCH} == "i386"
-.if ${PORT_OPTIONS:MBDB) || ${PORT_OPTIONS:MTRANSLATE}
+.if ${PORT_OPTIONS:MBDB} || ${PORT_OPTIONS:MTRANSLATE}
@${ECHO} 'BDB/LibTranslate support may cause breakages in depended apps on ${ARCH}'
@${ECHO} 'Use it with caution'
.endif