diff options
Diffstat (limited to 'editors/texmaker/Makefile')
-rw-r--r-- | editors/texmaker/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index b6ddf728c2c..0035f5cfa32 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2007/03/23 15:07:21 ghen Exp $ +# $NetBSD: Makefile,v 1.13 2008/01/08 07:35:25 ghen Exp $ -DISTNAME= texmaker-1.5 +DISTNAME= texmaker-1.6 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ EXTRACT_SUFX= .tar.bz2 @@ -13,9 +13,8 @@ USE_LANGUAGES= c++ USE_LIBTOOL= yes do-configure: - cd ${WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} \ - ${QTDIR:Q}/bin/qmake -unix PREFIX=${PREFIX:Q} texmaker.pro + cd ${WRKSRC} && env ${CONFIGURE_ENV} \ + ${QTDIR}/bin/qmake -unix PREFIX=${PREFIX} texmaker.pro .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" |