diff options
author | rh <rh@pkgsrc.org> | 2000-10-22 05:52:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-22 05:52:24 +0000 |
commit | f5b1e4dc748e5e8b2916c07350632e86203082e2 (patch) | |
tree | 7660acf7ab8f498de8f0c6651bc6477b9a8dfd94 /x11/qt2-libs/Makefile | |
parent | ffe1fd3030ea55d17a18cb47205e75f9b7582e7e (diff) | |
download | pkgsrc-f5b1e4dc748e5e8b2916c07350632e86203082e2.tar.gz |
set USE_MESA prior to bsd.prefs.mk to make sure the test for built-in Mesa
gets executed
Diffstat (limited to 'x11/qt2-libs/Makefile')
-rw-r--r-- | x11/qt2-libs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile index 8bfcc52826c..667aa985e3b 100644 --- a/x11/qt2-libs/Makefile +++ b/x11/qt2-libs/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 07:41:12 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/22 05:52:24 rh Exp $ # +USE_MESA= yes .include "../qt2-libs/Makefile.common" @@ -8,8 +9,6 @@ PKGNAME= qt2-libs-2.2.1 DEPENDS+= png-*:../../graphics/png DEPENDS+= jpeg-*:../../graphics/jpeg -USE_MESA= yes - CONFIGURE_ENV+= QTDIR=${WRKSRC} MAKE_ENV+= QTDIR=${WRKSRC} |