diff options
author | rh <rh> | 2000-10-22 05:52:24 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-22 05:52:24 +0000 |
commit | 25cc1123cb142eaf744bee28d1de9375fbe4bcbd (patch) | |
tree | 7660acf7ab8f498de8f0c6651bc6477b9a8dfd94 /x11/qt2-libs | |
parent | 72e85c63e9d21c6d1fcdfe04f5bcdeaeaa448786 (diff) | |
download | pkgsrc-25cc1123cb142eaf744bee28d1de9375fbe4bcbd.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')
-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} |