Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 12:38:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496340 - head/textproc/nuspell
Message-ID:  <201903201238.x2KCcAUC063704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903201238.x2KCcAUC063704>