summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrh <rh>2000-10-22 05:52:24 +0000
committerrh <rh>2000-10-22 05:52:24 +0000
commit4800ea65804cf2501dba9d6348ef17b631464cf1 (patch)
tree7660acf7ab8f498de8f0c6651bc6477b9a8dfd94 /x11
parent55c3cd12aa2ff5033a39faf5f5285f7b0b494a16 (diff)
downloadpkgsrc-4800ea65804cf2501dba9d6348ef17b631464cf1.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')
-rw-r--r--x11/qt2-libs/Makefile5
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}