svn commit: r498282 - head/math/pspp

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Apr 7 15:28:21 UTC 2019


Author: cpm
Date: Sun Apr  7 15:28:20 2019
New Revision: 498282
URL: https://svnweb.freebsd.org/changeset/ports/498282

Log:
  math/pspp: Fix underlinking
  
  While here, pet portlint.
  
  Reported by:	pkg-fallout

Modified:
  head/math/pspp/Makefile

Modified: head/math/pspp/Makefile
==============================================================================
--- head/math/pspp/Makefile	Sun Apr  7 15:23:04 2019	(r498281)
+++ head/math/pspp/Makefile	Sun Apr  7 15:28:20 2019	(r498282)
@@ -17,10 +17,12 @@ LIB_DEPENDS=	libgslcblas.so:math/gsl
 
 USES=		cpe charsetfix gettext-tools gmake gnome iconv localbase libtool \
 		perl5 pkgconfig readline
+
 CPE_VENDOR=	gnu
 USE_GNOME=	libxml2
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-L${LOCALBASE}/lib -lxml2
 MAKE_ARGS=	MAKEINFO="${LOCALBASE}/bin/makeinfo" \
 		XMLLINT="${LOCALBASE}/bin/xmllint"
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list