diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-09 09:16:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-09 09:16:33 +0000 |
commit | 3eafc51a8e9bc40e0829a3a3a34254863fa7656d (patch) | |
tree | fac1c8055e96203ef221f3873197e34d967255ed /editors/texmaker | |
parent | 9c9dea7192d7a83289a8b5c189e8f2eb13c6e288 (diff) | |
download | ports-3eafc51a8e9bc40e0829a3a3a34254863fa7656d.tar.gz ports-3eafc51a8e9bc40e0829a3a3a34254863fa7656d.zip |
Notes
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 34e13c024406..fafeeba12bb9 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -15,12 +15,15 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Development Environment +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + USE_BZIP2= yes USE_QT_VER= 3 do-build: @cd ${WRKSRC} && \ - qmake -makefile -unix "LIBS+=-lm -lqt-mt" texmaker.pro && \ + qmake -makefile -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ + -unix "LIBS+=-lm -lqt-mt" texmaker.pro && \ ${SETENV} QTDIR=${X11BASE} make do-install: |