Skip to content

Commit

Permalink
Switch to wx 3.0
Browse files Browse the repository at this point in the history
Add dvips dependency to build gnuplot.ps with texlive
  • Loading branch information
bapt committed Jul 21, 2014
1 parent cbaa909 commit d000fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions math/gnuplot/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= gnuplot
PORTVERSION= 4.6.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math graphics
MASTER_SITES= SF

Expand Down Expand Up @@ -50,7 +50,7 @@ PLOT_LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils
PLOT_CONFIGURE_ON= --with-plot=${LOCALBASE}
PLOT_CONFIGURE_OFF= --without-plot

TEX_USE= TEX=base,texmf,latex
TEX_USE= TEX=base,texmf,latex,dvipsk
TEX_CONFIGURE_ON= --with-kpsexpand \
--with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot
TEX_CONFIGURE_OFF= --without-kpexpand
Expand All @@ -62,7 +62,7 @@ X11_USE= XORG=x11
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MWX}
USE_WX= 2.8
USE_WX= 3.0
WX_UNICODE= yes
WX_CONF_ARGS= absolute
.else
Expand Down

0 comments on commit d000fe5

Please sign in to comment.