diff options
author | makc <makc@FreeBSD.org> | 2015-08-25 18:03:08 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-08-25 18:03:08 +0800 |
commit | 9e5654a5c0aea99f1b9b5daff162b08b49242b7b (patch) | |
tree | 542278ecb4449b3df78960fd5f6cf7d8be50914f /irc | |
parent | 76858881403322c6f97767f7d23afe1a13ec5546 (diff) | |
download | freebsd-ports-gnome-9e5654a5c0aea99f1b9b5daff162b08b49242b7b.tar.gz freebsd-ports-gnome-9e5654a5c0aea99f1b9b5daff162b08b49242b7b.tar.zst freebsd-ports-gnome-9e5654a5c0aea99f1b9b5daff162b08b49242b7b.zip |
Convert my ports to new options helpers
Diffstat (limited to 'irc')
-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> |