diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-18 11:42:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-18 11:42:51 +0000 |
commit | 2c550b9507d9f32a3eb6e556f777a9cec64ee2f7 (patch) | |
tree | 2bdc17d8dccbfdec8aaaf777d1a9913a897bd97d /math/pspp | |
parent | f6f46d9df96872ed6d58c236354da79601934e02 (diff) | |
download | ports-2c550b9507d9f32a3eb6e556f777a9cec64ee2f7.tar.gz ports-2c550b9507d9f32a3eb6e556f777a9cec64ee2f7.zip |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 99752c5c91d5..045bdf576a82 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= GNU MAINTAINER= sylvio@FreeBSD.org COMMENT= Program for statistical analysis of sampled data -LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ - gslcblas:${PORTSDIR}/math/gsl +LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils \ + libgslcblas.so:${PORTSDIR}/math/gsl OPTIONS_DEFINE= GUI PGSQL @@ -38,7 +38,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MGUI} -LIB_DEPENDS+= gladeui-1:${PORTSDIR}/devel/glade3 +LIB_DEPENDS+= libgladeui-1.so:${PORTSDIR}/devel/glade3 RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp USE_GNOME+= libglade2 CONFIGURE_ARGS+= --with-gui-tools |