svn commit: r354410 - head/math/pspp

Antoine Brodin antoine at FreeBSD.org
Sun May 18 11:42:52 UTC 2014


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 at 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


More information about the svn-ports-all mailing list