aboutsummaryrefslogtreecommitdiff
path: root/editors/texmaker
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-12-06 20:44:42 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-12-06 20:44:42 +0000
commit454e4f9a62f9ae96449cafa28369aba0325a88c8 (patch)
treeb377ea8fd20a85cd28618ba63bcf8e8cbc7b1a22 /editors/texmaker
parentc603d4c1077de4cfd292657537bfd795ef89f3b2 (diff)
downloadports-454e4f9a62f9ae96449cafa28369aba0325a88c8.tar.gz
ports-454e4f9a62f9ae96449cafa28369aba0325a88c8.zip
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
Notes
Notes: svn path=/head/; revision=374150
Diffstat (limited to 'editors/texmaker')
-rw-r--r--editors/texmaker/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index 71cc0c59dc03..ec9e12226282 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -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:${PORTSDIR}/graphics/poppler-qt4
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>