diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-31 13:25:26 +0000 |
commit | 0a44979b96d899f75f2d231a8fab29d828f302a1 (patch) | |
tree | 7168669dad481efe0134b1493910c362b8b2793b /irc/quassel | |
parent | 33825714439859db0e96c1bf9b4ead6e68311376 (diff) | |
download | ports-0a44979b96d899f75f2d231a8fab29d828f302a1.tar.gz ports-0a44979b96d899f75f2d231a8fab29d828f302a1.zip |
Notes
Diffstat (limited to 'irc/quassel')
-rw-r--r-- | irc/quassel/Makefile | 2 |
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 |