Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 17:50:00 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561358 - head/math/pspp
Message-ID:  <202101121750.10CHo0kK066386@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Jan 12 17:50:00 2021
New Revision: 561358
URL: https://svnweb.freebsd.org/changeset/ports/561358

Log:
  USE_LDCONFIG is note required.
  
  Reported by:	marcus

Modified:
  head/math/pspp/Makefile

Modified: head/math/pspp/Makefile
==============================================================================
--- head/math/pspp/Makefile	Tue Jan 12 17:46:06 2021	(r561357)
+++ head/math/pspp/Makefile	Tue Jan 12 17:50:00 2021	(r561358)
@@ -26,7 +26,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lxml2
 MAKE_ARGS=	MAKEINFO="${LOCALBASE}/bin/makeinfo" \
 		XMLLINT="${LOCALBASE}/bin/xmllint"
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 TEST_TARGET=	check
 
 PLIST_SUB=	VERSION="${PORTVERSION}"



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