diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-07-31 11:33:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-07-31 11:33:54 +0000 |
commit | b37bd066b4baac6b39696c398f6ebff7cdf06f71 (patch) | |
tree | 7f2e9853b49b5ad7e7d915faa17c50d1b44eb9e9 /x11-fm/fsv2/Makefile | |
parent | f14e90977d426a0a4b9de33311b8c4bea7df306d (diff) | |
download | freebsd-ports-b37bd066b4baac6b39696c398f6ebff7cdf06f71.zip |
- Fix plist with disabled NLS
Approved by: portmgr blanket
Diffstat (limited to 'x11-fm/fsv2/Makefile')
-rw-r--r-- | x11-fm/fsv2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/fsv2/Makefile b/x11-fm/fsv2/Makefile index c6dd61686b78..11b4587d2c55 100644 --- a/x11-fm/fsv2/Makefile +++ b/x11-fm/fsv2/Makefile @@ -27,6 +27,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |