diff options
author | hrs <hrs@FreeBSD.org> | 2011-06-19 00:13:31 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-06-19 00:13:31 +0800 |
commit | 9e9c3525eae21d28150114aa993af51afee2037a (patch) | |
tree | 09da0e18adf9dcabcd3deddebde9c2b00414e666 /math/asymptote | |
parent | c4c3a478ff4c29c8ce1869f5f28dfd404e866aa0 (diff) | |
download | freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.gz freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.tar.zst freebsd-ports-gnome-9e9c3525eae21d28150114aa993af51afee2037a.zip |
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 12 | ||||
-rw-r--r-- | math/asymptote/pkg-plist | 20 |
2 files changed, 16 insertions, 16 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 698930f315b5..45c8e886e5cd 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -7,7 +7,7 @@ PORTNAME= asymptote PORTVERSION= 2.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}/old/${PORTVERSION} @@ -25,13 +25,13 @@ LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 .endif BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ dvips:${PORTSDIR}/print/dvipsk-tetex \ - latex:${PORTSDIR}/print/teTeX \ + latex:${PORTSDIR}/print/teTeX-base \ makeinfo:${PORTSDIR}/textproc/texi2html \ - ${MKTEXLSR}:${PORTSDIR}/print/teTeX \ + ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base \ svn:${PORTSDIR}/devel/subversion \ - texi2dvi:${PORTSDIR}/print/teTeX + texi2dvi:${PORTSDIR}/print/texinfo RUN_DEPENDS= gv:${PORTSDIR}/print/gv \ - latex:${PORTSDIR}/print/teTeX \ + latex:${PORTSDIR}/print/teTeX-base \ ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_3:${PORTSDIR}/graphics/py-imaging @@ -48,7 +48,7 @@ MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-latex=${LOCALBASE}/share/texmf-local/tex/latex +CONFIGURE_ARGS+= --with-latex=${LOCALBASE}/share/texmf/tex/latex CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include $${CPPFLAGS}" LFLAGS="-L${LOCALBASE}/lib $${LFLAGS}" CFLAGS="-I${LOCALBASE}/include $${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib $${LDFLAGS}" MAKE_ENV+= ${CONFIGURE_ENV} diff --git a/math/asymptote/pkg-plist b/math/asymptote/pkg-plist index 4b1a318c3dac..9012a6d4b716 100644 --- a/math/asymptote/pkg-plist +++ b/math/asymptote/pkg-plist @@ -504,15 +504,15 @@ bin/xasy %%PORTDOCS%%@dirrm info/asymptote %%PORTDOCS%%@dirrm %%DOCSDIR%%/asy-faq.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -share/texmf-local/tex/context/third/asymptote/colo-asy.tex -share/texmf-local/tex/latex/asymptote/asycolors.sty -share/texmf-local/tex/latex/asymptote/asymptote.sty -share/texmf-local/tex/latex/asymptote/latexmkrc -share/texmf-local/tex/latex/asymptote/ocg.sty +share/texmf/tex/context/third/asymptote/colo-asy.tex +share/texmf/tex/latex/asymptote/asycolors.sty +share/texmf/tex/latex/asymptote/asymptote.sty +share/texmf/tex/latex/asymptote/latexmkrc +share/texmf/tex/latex/asymptote/ocg.sty @dirrm %%DATADIR%%/GUI @dirrm %%DATADIR%% -@dirrm share/texmf-local/tex/latex/asymptote -@dirrm share/texmf-local/tex/context/third/asymptote -@dirrm share/texmf-local/tex/context/third -@unexec %%MKTEXLSR%% -@exec %%MKTEXLSR%% +@dirrm share/texmf/tex/latex/asymptote +@dirrm share/texmf/tex/context/third/asymptote +@dirrm share/texmf/tex/context/third +@unexec %%MKTEXLSR%% %D/share/texmf +@exec %%MKTEXLSR%% %D/share/texmf |