svn commit: r374150 - head/editors/texmaker
Max Brazhnikov
makc at FreeBSD.org
Sat Dec 6 20:44:43 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list