Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 15:28:20 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498282 - head/math/pspp
Message-ID:  <201904071528.x37FSKIq000658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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