diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-21 14:19:10 +0000 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-21 14:19:10 +0000 |
commit | 9d6565296ecd4228306351c91b5a598274fd69a9 (patch) | |
tree | f8a946f01281cb45e49eda89de9be6488192a3c3 | |
parent | 468f71852034df9a7906d05f9278f3bd3320a5f7 (diff) | |
download | FreeBSD-ports-9d6565296ecd4228306351c91b5a598274fd69a9.zip FreeBSD-ports-9d6565296ecd4228306351c91b5a598274fd69a9.tar.gz |
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.
-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 8407163..01947d5 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 |