svn commit: r317907 - head/math/octave
Hiroki Sato
hrs at FreeBSD.org
Sat May 11 19:27:42 UTC 2013
Author: hrs
Date: Sat May 11 19:27:41 2013
New Revision: 317907
URL: http://svnweb.freebsd.org/changeset/ports/317907
Log:
Use USE_TEX.
Spotted by: stephen
Modified:
head/math/octave/Makefile
Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile Sat May 11 19:15:29 2013 (r317906)
+++ head/math/octave/Makefile Sat May 11 19:27:41 2013 (r317907)
@@ -14,7 +14,6 @@ COMMENT= High-level interactive language
BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \
${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
gsed:${PORTSDIR}/textproc/gsed \
- dvips:${PORTSDIR}/print/dvipsk-tetex \
${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
gsed:${PORTSDIR}/textproc/gsed \
@@ -36,6 +35,7 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/
USE_BZIP2= yes
USE_PERL5_BUILD=yes
USE_GMAKE= yes
+USE_TEX= dvipsk:build
GNU_CONFIGURE= yes
#USE_AUTOTOOLS= autoconf
More information about the svn-ports-head
mailing list