diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-20 12:38:10 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-20 12:38:10 +0000 |
commit | 790e47c1174e52d1ef60bc1518a74c3a8a04ea68 (patch) | |
tree | 7a1048d03068b1daa506145cb511a2537cc3ff24 | |
parent | textproc/nuspell: remove leftover from unbundling catch2 (diff) |
textproc/nuspell: pet portlint
Add USE_LDCONFIG after BUILD_SHARED_LIBS. As USE_LDCONFIG=yes is nop
there's no need to bump PORTREVISION.
-rw-r--r-- | textproc/nuspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile index 7c1f87672a83..737bfdce0c35 100644 --- a/textproc/nuspell/Makefile +++ b/textproc/nuspell/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libboost_locale.so:devel/boost-libs \ USES= cmake compiler:c++14-lang USE_GITHUB= yes +USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS OPTIONS_DEFINE= DOCS TEST |