Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 11:42:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354410 - head/math/pspp
Message-ID:  <201405181142.s4IBgpFO034698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May 18 11:42:51 2014
New Revision: 354410
URL: http://svnweb.freebsd.org/changeset/ports/354410
QAT: https://qat.redports.org/buildarchive/r354410/

Log:
  Attempt to unbreak by using new LIB_DEPENDS syntax
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/math/pspp/Makefile

Modified: head/math/pspp/Makefile
==============================================================================
--- head/math/pspp/Makefile	Sun May 18 11:31:59 2014	(r354409)
+++ head/math/pspp/Makefile	Sun May 18 11:42:51 2014	(r354410)
@@ -10,8 +10,8 @@ MASTER_SITES=	GNU
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	Program for statistical analysis of sampled data
 
-LIB_DEPENDS=	plot.4:${PORTSDIR}/graphics/plotutils \
-		gslcblas:${PORTSDIR}/math/gsl
+LIB_DEPENDS=	libplot.so:${PORTSDIR}/graphics/plotutils \
+		libgslcblas.so:${PORTSDIR}/math/gsl
 
 OPTIONS_DEFINE=	GUI PGSQL
 
@@ -38,7 +38,7 @@ PLIST_SUB+=	NLS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MGUI}
-LIB_DEPENDS+=	gladeui-1:${PORTSDIR}/devel/glade3
+LIB_DEPENDS+=	libgladeui-1.so:${PORTSDIR}/devel/glade3
 RUN_DEPENDS+=	yelp:${PORTSDIR}/x11/yelp
 USE_GNOME+=	libglade2
 CONFIGURE_ARGS+=	--with-gui-tools



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