Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 16:30:06 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r404129 - branches/2015Q4/math/pspp
Message-ID:  <201512211630.tBLGU65h015643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec 21 16:30:06 2015
New Revision: 404129
URL: https://svnweb.freebsd.org/changeset/ports/404129

Log:
  MFH: r404106
  
  Drop dependency on graphics/plotutils.
  
  According to the port's NEWS and ChangeLog, charts are currently produced
  with Cairo and Pango, so the dependency on libplot is useless nowadays.
  
  Approved by:	portmgr blanket

Modified:
  branches/2015Q4/math/pspp/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/math/pspp/Makefile
==============================================================================
--- branches/2015Q4/math/pspp/Makefile	Mon Dec 21 16:26:18 2015	(r404128)
+++ branches/2015Q4/math/pspp/Makefile	Mon Dec 21 16:30:06 2015	(r404129)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pspp
 PORTVERSION=	0.8.5
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
@@ -12,8 +13,7 @@ COMMENT=	Program for statistical analysi
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	texinfo>0:${PORTSDIR}/print/texinfo
-LIB_DEPENDS=	libplot.so:${PORTSDIR}/graphics/plotutils \
-		libgslcblas.so:${PORTSDIR}/math/gsl
+LIB_DEPENDS=	libgslcblas.so:${PORTSDIR}/math/gsl
 
 USES=		charsetfix gmake iconv libtool perl5 pkgconfig readline
 USE_GNOME=	libxml2



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