svn commit: r561358 - head/math/pspp

Thierry Thomas thierry at FreeBSD.org
Tue Jan 12 17:50:00 UTC 2021


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}"


More information about the svn-ports-all mailing list