diff options
author | David Thiel <lx@FreeBSD.org> | 2011-04-06 18:51:51 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2011-04-06 18:51:51 +0000 |
commit | a48b595c7fb961f845b8fe144d870303ca32db47 (patch) | |
tree | e55d205fe7beed599ec5841b7fa12b7b3942b336 /editors/texmakerx/Makefile | |
parent | 8077010c0ccedd1abef365156f266aec5f57b5bf (diff) |
Notes
Diffstat (limited to 'editors/texmakerx/Makefile')
-rw-r--r-- | editors/texmakerx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/texmakerx/Makefile b/editors/texmakerx/Makefile index 14f93e375948..7af080ef39d4 100644 --- a/editors/texmakerx/Makefile +++ b/editors/texmakerx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= texmakerx -PORTVERSION= 2.0.0 +PORTVERSION= 2.1 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/TexMakerX%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION:S:.0::} @@ -20,6 +20,8 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} + USE_GHOSTSCRIPT=yes USE_QT_VER= 4 QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build \ |