diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-21 22:19:10 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-21 22:19:10 +0800 |
commit | 683900c83c95f40e44a99ff1fed09a8bb84fb1c8 (patch) | |
tree | f8a946f01281cb45e49eda89de9be6488192a3c3 /math | |
parent | b340ce1dac5c006a3ba5e375c7dca9280c8afb82 (diff) | |
download | freebsd-ports-gnome-683900c83c95f40e44a99ff1fed09a8bb84fb1c8.tar.gz freebsd-ports-gnome-683900c83c95f40e44a99ff1fed09a8bb84fb1c8.tar.zst freebsd-ports-gnome-683900c83c95f40e44a99ff1fed09a8bb84fb1c8.zip |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/pspp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 8407163dfeea..01947d5afcf3 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -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 analysis of sampled data 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 |