mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Switch gnuplot to wxGTK 3.0 and texlive
This commit is contained in:
parent
62a1e67887
commit
0e23f665e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350626
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= gnuplot
|
||||
PORTVERSION= 4.6.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -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,texlive
|
||||
TEX_CONFIGURE_ON= --with-kpsexpand \
|
||||
--with-texdir=${LOCALBASE}/share/texmf/tex/latex/gnuplot
|
||||
TEX_CONFIGURE_OFF= --without-kpexpand
|
||||
|
@ -62,7 +62,8 @@ X11_USE= XORG=x11
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MWX}
|
||||
USE_WX= 2.5-2.8
|
||||
USE_WX= 3.0
|
||||
WX_UNICODE= yes
|
||||
WX_CONF_ARGS= absolute
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-wxwidgets
|
||||
|
|
Loading…
Add table
Reference in a new issue