From 0a44979b96d899f75f2d231a8fab29d828f302a1 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Tue, 31 Jul 2012 13:25:26 +0000 Subject: Fix typo/logic after conversion to new option framework Reported by: erwin/pointyhat for textproc/qstardict --- irc/quassel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/quassel') 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 -- cgit v1.2.3