Date: Sat, 11 May 2013 19:27:42 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317907 - head/math/octave Message-ID: <201305111927.r4BJRgH9030674@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305111927.r4BJRgH9030674>