svn commit: r404129 - branches/2015Q4/math/pspp
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Dec 21 16:30:08 UTC 2015
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
More information about the svn-ports-branches
mailing list