diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-25 10:03:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-25 10:03:08 +0000 |
commit | c7c32639cce504dbfefa9d1a09034d60600acaca (patch) | |
tree | 542278ecb4449b3df78960fd5f6cf7d8be50914f /irc/quassel | |
parent | 42aab3eb75f5152697ee03e5e8457ce58906e2c1 (diff) | |
download | ports-c7c32639cce504dbfefa9d1a09034d60600acaca.tar.gz ports-c7c32639cce504dbfefa9d1a09034d60600acaca.zip |
Notes
Diffstat (limited to 'irc/quassel')
-rw-r--r-- | irc/quassel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 236fa7625d1f..a405df8e6d2c 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -67,10 +67,8 @@ GROUPS= ${USERS} SUB_FILES= pkg-message .endif -pre-configure: -.if !${PORT_OPTIONS:MNLS} +post-patch-NLS-off: ${REINPLACE_CMD} -e '/add_subdirectory(po)/d' \ ${WRKSRC}/CMakeLists.txt -.endif .include <bsd.port.mk> |