diff options
Diffstat (limited to 'editors/texmaker/Makefile')
-rw-r--r-- | editors/texmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 715cccb..64349c5 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} |