aboutsummaryrefslogtreecommitdiffstats
path: root/irc/quassel
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2012-07-31 21:25:26 +0800
committermakc <makc@FreeBSD.org>2012-07-31 21:25:26 +0800
commitfc03d91cfdc9e528840e144597dd51c73bd75eac (patch)
tree7168669dad481efe0134b1493910c362b8b2793b /irc/quassel
parent7ab7033c1457e604dea3c04c07d25e542c7577d4 (diff)
downloadfreebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.gz
freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.zst
freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.zip
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict
Diffstat (limited to 'irc/quassel')
-rw-r--r--irc/quassel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 060a0975034a..80223dc6973b 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -79,7 +79,7 @@ PLIST_SUB+= CLIENT="@comment "
.endif
pre-configure:
-.if ${PORT_OPTIONS:MNLS}
+.if !${PORT_OPTIONS:MNLS}
${REINPLACE_CMD} -e '/add_subdirectory(i18n)/d' \
${WRKSRC}/CMakeLists.txt
.endif