diff options
author | tron <tron@pkgsrc.org> | 1998-11-10 23:58:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-10 23:58:49 +0000 |
commit | e48f3a52434d2a3a037668ad6f6fcb17225d8456 (patch) | |
tree | edbbaa78cb9b2725851ffeb3fe89820aa96ba554 /x11/qt | |
parent | 96038dce76b029ebe6e454c25bbbbb3b990522da (diff) | |
download | pkgsrc-e48f3a52434d2a3a037668ad6f6fcb17225d8456.tar.gz |
Use "gmake" to avoid dependence problem. Fixes PR pkg/5949 by Jim Bernard.
Diffstat (limited to 'x11/qt')
-rw-r--r-- | x11/qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile index 65a74b00e6f..3579ece037a 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/11/05 10:20:51 tron Exp $ +# $NetBSD: Makefile,v 1.21 1998/11/10 23:58:49 tron Exp $ # DISTNAME= qt-1.41 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.troll.no/products/qt.html CONFLICTS= qt-1.33 qt-1.40 USE_X11= yes +USE_GMAKE= yes USE_LIBTOOL= yes MAKE_ENV= QTDIR=${WRKSRC} |