diff options
author | skrll <skrll@pkgsrc.org> | 2001-12-20 15:39:46 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-12-20 15:39:46 +0000 |
commit | f0b95a77936dbba5d4e44f6c889281668b050c26 (patch) | |
tree | 69a9bd3b8ef25a5c0d1e234adb7537f4cd1aff01 /x11 | |
parent | e8844fb09bd5bf2fd465624f85e9d26b5baa950f (diff) | |
download | pkgsrc-f0b95a77936dbba5d4e44f6c889281668b050c26.tar.gz |
Fix build problems noted by Hubert's bulk build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qtarch/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index cd64040b616..a3dd170ccab 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/09/27 23:19:02 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/12/20 15:39:46 skrll Exp $ # DISTNAME= qtarch-2.1-1 @@ -18,7 +18,8 @@ USE_X11= yes USE_GMAKE= yes EVAL_PREFIX+= QT2DIR=qt2-libs -MAKE_ENV= QTDIR=${QT2DIR}/qt2 +QTDIR= ${QT2DIR}/qt2 +MAKE_ENV= QTDIR=${QTDIR} PATH= ${QTDIR}/bin:$$PATH do-install: |