Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 14:19:10 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404106 - head/math/pspp
Message-ID:  <201512211419.tBLEJAEI074529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Dec 21 14:19:10 2015
New Revision: 404106
URL: https://svnweb.freebsd.org/changeset/ports/404106

Log:
  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.

Modified:
  head/math/pspp/Makefile

Modified: head/math/pspp/Makefile
==============================================================================
--- head/math/pspp/Makefile	Mon Dec 21 14:18:20 2015	(r404105)
+++ head/math/pspp/Makefile	Mon Dec 21 14:19:10 2015	(r404106)
@@ -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?201512211419.tBLEJAEI074529>