Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 20:01:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550615 - head/graphics/libansilove
Message-ID:  <202009292001.08TK12As061720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 29 20:01:02 2020
New Revision: 550615
URL: https://svnweb.freebsd.org/changeset/ports/550615

Log:
  - Add USE_LDCONFIG
  
  PR:		249923
  Submitted by:	daniel.engberg.lists@pyret.net

Modified:
  head/graphics/libansilove/Makefile

Modified: head/graphics/libansilove/Makefile
==============================================================================
--- head/graphics/libansilove/Makefile	Tue Sep 29 20:00:37 2020	(r550614)
+++ head/graphics/libansilove/Makefile	Tue Sep 29 20:01:02 2020	(r550615)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libansilove
 PORTVERSION=	1.2.5
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -17,6 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	ansilove
 
 USES=		cmake
+USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 



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