From owner-svn-ports-all@FreeBSD.ORG Sun May 18 11:42:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6018AB6; Sun, 18 May 2014 11:42:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3BF322F4; Sun, 18 May 2014 11:42:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IBgpGf034699; Sun, 18 May 2014 11:42:51 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IBgpFO034698; Sun, 18 May 2014 11:42:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405181142.s4IBgpFO034698@svn.freebsd.org> From: Antoine Brodin Date: Sun, 18 May 2014 11:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354410 - head/math/pspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 11:42:52 -0000 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