svn commit: r539340 - head/irc/irssi

Fernando Apesteguía fernape at FreeBSD.org
Tue Jun 16 11:19:26 UTC 2020


Author: fernape
Date: Tue Jun 16 11:19:25 2020
New Revision: 539340
URL: https://svnweb.freebsd.org/changeset/ports/539340

Log:
  irc/irssi: remove superfluous USE_LDCONFIG
  
  Introduced in r538869.
  
  The installed shared objects are plugins not meant to be used outside of the
  scope of this application.
  
  Reported by:	makc@

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Tue Jun 16 11:12:23 2020	(r539339)
+++ head/irc/irssi/Makefile	Tue Jun 16 11:19:25 2020	(r539340)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf cpe gettext-runtime gmake gnome libtool localbase \
 		ncurses pkgconfig tar:xz
-USE_LDCONFIG=	yes
 USE_GNOME=	glib20
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list