summaryrefslogtreecommitdiff
path: root/editors/texmaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texmaker/Makefile')
-rw-r--r--editors/texmaker/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index 5fc85cde947..f4790392e13 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:58 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/27 14:46:18 ghen Exp $
-DISTNAME= texmaker-1.12
-PKGREVISION= 2
+DISTNAME= texmaker-1.3
CATEGORIES= editors
MASTER_SITES= http://www.xm1math.net/texmaker/
EXTRACT_SUFX= .tar.bz2
@@ -12,10 +11,10 @@ COMMENT= LaTeX editor and front end
USE_LIBTOOL= yes
-post-configure:
+do-configure:
cd ${WRKSRC} && \
- ${QTDIR}/bin/qmake -unix PREFIX=${PREFIX} texmaker.pro
+ ${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro
-.include "../../x11/qt3-libs/buildlink3.mk"
-.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"