diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-12-06 20:44:42 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-12-06 20:44:42 +0000 |
commit | 454e4f9a62f9ae96449cafa28369aba0325a88c8 (patch) | |
tree | b377ea8fd20a85cd28618ba63bcf8e8cbc7b1a22 /editors | |
parent | c603d4c1077de4cfd292657537bfd795ef89f3b2 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmaker/Makefile | 7 |
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> |