diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
commit | 7d813d3d1216f86eb5fb23e9bb2b1016686e382a (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /editors | |
parent | 56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (diff) | |
download | freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.gz freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.zst freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.zip |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kile-kde4/Makefile | 4 | ||||
-rw-r--r-- | editors/kile/Makefile | 4 | ||||
-rw-r--r-- | editors/texmacs/Makefile | 4 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 4 | ||||
-rw-r--r-- | editors/texmakerx/Makefile | 4 | ||||
-rw-r--r-- | editors/winefish/Makefile | 2 | ||||
-rw-r--r-- | editors/zim/Makefile | 2 |
7 files changed, 11 insertions, 13 deletions
diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 1690fc93da23..61e22d9c4485 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${DISTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= LaTeX source editor for KDE -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - identify:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USES= cmake USE_QT4= qmake_build moc_build rcc_build uic_build USE_KDE4= kdeprefix kdelibs automoc4 sharedmime kate_run +USE_TEX= tetex MAKE_JOBS_SAFE= yes LATEST_LINK= ${PORTNAME}-kde4 diff --git a/editors/kile/Makefile b/editors/kile/Makefile index b0bf9b199ebc..30971f56e73f 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A LaTeX source editor for KDE -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - identify:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= identify:${PORTSDIR}/graphics/ImageMagick DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 @@ -27,6 +26,7 @@ USE_KDELIBS_VER=3 USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GMAKE= yes +USE_TEX= tetex OPTIONS_DEFINE= KPDF OPTIONS_DEFAULT= KPDF diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 172732e678ee..73b6b4feb145 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -12,14 +12,12 @@ DISTNAME= TeXmacs-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG scientific text editor -BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile -RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base MAKE_JOBS_SAFE= yes USE_PYTHON= yes - +USE_TEX= tetex USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 715cccbb4503..64349c5886f8 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -12,14 +12,14 @@ COMMENT= LaTeX Development Environment LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \ poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - dvips:${PORTSDIR}/print/dvipsk-tetex \ +RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_BZIP2= yes USE_GHOSTSCRIPT=yes USE_QT4= gui network xml webkit \ moc_build qmake_build rcc_build uic_build +USE_TEX= tetex HAS_CONFIGURE= yes QMAKE_ARGS= PREFIX=${PREFIX} ICONDIR=${PREFIX}/share/pixmaps \ DESKTOPDIR=${DESKTOPDIR} diff --git a/editors/texmakerx/Makefile b/editors/texmakerx/Makefile index a797c0434cd6..ec80b909cb76 100644 --- a/editors/texmakerx/Makefile +++ b/editors/texmakerx/Makefile @@ -13,8 +13,7 @@ COMMENT= A LaTeX IDE derived from Texmaker LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler \ poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - dvips:${PORTSDIR}/print/dvipsk-tetex \ +RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} @@ -22,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} USE_GHOSTSCRIPT=yes USE_QT4= gui network xml moc_build qmake_build rcc_build \ uic_build qtestlib script +USE_TEX= tetex HAS_CONFIGURE= yes INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 10c4d362d725..6038adddfed4 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ pcre.3:${PORTSDIR}/devel/pcre RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ gv:${PORTSDIR}/print/gv \ - latex:${PORTSDIR}/print/teTeX \ tidy:${PORTSDIR}/www/tidy-lib \ xpdf:${PORTSDIR}/graphics/xpdf @@ -27,6 +26,7 @@ CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= libgnomeui desktopfileutils gnomehier +USE_TEX= tetex OPTIONS_DEFINE= CONTEXT VNTEX UNIKEY_GTK NLS DOCS CONTEXT_DESC= ConTexT support (Experimental) diff --git a/editors/zim/Makefile b/editors/zim/Makefile index a373773c5a82..bda8fa7140d2 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -38,7 +38,7 @@ DITAA_DESC= Diagram editor support RUN_DEPENDS+= R:${PORTSDIR}/math/R .endif .if ${PORT_OPTIONS:MLATEX} -RUN_DEPENDS+= latex:${PORTSDIR}/print/teTeX-base +USE_TEX= tetex .endif .if ${PORT_OPTIONS:MGRAPHVIZ} RUN_DEPENDS+= fdp:${PORTSDIR}/graphics/graphviz |