svn commit: r496340 - head/textproc/nuspell

Jan Beich jbeich at FreeBSD.org
Wed Mar 20 12:38:11 UTC 2019


Author: jbeich
Date: Wed Mar 20 12:38:10 2019
New Revision: 496340
URL: https://svnweb.freebsd.org/changeset/ports/496340

Log:
  textproc/nuspell: pet portlint
  
  Add USE_LDCONFIG after BUILD_SHARED_LIBS. As USE_LDCONFIG=yes is nop
  there's no need to bump PORTREVISION.

Modified:
  head/textproc/nuspell/Makefile   (contents, props changed)

Modified: head/textproc/nuspell/Makefile
==============================================================================
--- head/textproc/nuspell/Makefile	Wed Mar 20 12:27:17 2019	(r496339)
+++ head/textproc/nuspell/Makefile	Wed Mar 20 12:38:10 2019	(r496340)
@@ -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


More information about the svn-ports-all mailing list