Date: Tue, 16 Jun 2020 11:19:26 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539340 - head/irc/irssi Message-ID: <202006161119.05GBJQWP011153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006161119.05GBJQWP011153>