Date: Sat, 6 Dec 2014 20:44:42 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374150 - head/editors/texmaker Message-ID: <201412062044.sB6KigvA024932@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Sat Dec 6 20:44:42 2014 New Revision: 374150 URL: https://svnweb.freebsd.org/changeset/ports/374150 QAT: https://qat.redports.org/buildarchive/r374150/ Log: editors/texmaker: - Instead of fixing dependency [1] remove optional dependencies on print/gv and now non-existent print/xdvik. Texmaker can use Okular or Evince depending on desktop environment or any other viewer defined by user, I don't see point for keeping options for particular viewers. PR: 195553 [1] Reported by: woot-woot@yandex.ru Modified: head/editors/texmaker/Makefile Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Sat Dec 6 20:41:10 2014 (r374149) +++ head/editors/texmaker/Makefile Sat Dec 6 20:44:42 2014 (r374150) @@ -22,7 +22,6 @@ USE_TEX= latex dvipsk QMAKE_ARGS= ICONDIR=${PREFIX}/share/pixmaps \ DESKTOPDIR=${DESKTOPDIR} -OPTIONS_DEFINE= GV XDVI OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= QT4 QT5 OPTIONS_DEFAULT= QT5 @@ -33,10 +32,4 @@ QT4_LIB_DEPENDS= libpoppler-qt4.so:${POR QT5_USE= ${_USE_QT5:S/^/QT5=/} QT5_LIB_DEPENDS= libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5 -GV_DESC= View ps files with gv -GV_RUN_DEPENDS= gv:${PORTSDIR}/print/gv - -XDVI_DESC= View dvi files with xdvi -XDVI_RUN_DEPENDS= xdvi:${PORTSDIR}/print/xdvik - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412062044.sB6KigvA024932>