summaryrefslogtreecommitdiff
path: root/x11/qt2-libs
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:23:09 +0000
committerjschauma <jschauma>2003-03-09 19:23:09 +0000
commit0107b9d3cbdb684b5322ba5564e95928165c4fc5 (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/qt2-libs
parentcb70dd21c253871b85c5a0c3d042c9680253cf53 (diff)
downloadpkgsrc-0107b9d3cbdb684b5322ba5564e95928165c4fc5.tar.gz
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'x11/qt2-libs')
-rw-r--r--x11/qt2-libs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt2-libs/Makefile b/x11/qt2-libs/Makefile
index 6321876a4b8..a04bc9ef656 100644
--- a/x11/qt2-libs/Makefile
+++ b/x11/qt2-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2003/02/05 23:13:10 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.20 2003/03/09 19:28:17 jschauma Exp $
PKGNAME= qt2-libs-${QTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= C++ X GUI toolkit
USE_BUILDLINK2= yes
@@ -27,7 +27,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/include/* ${QTPREFIX}/include
.include "../../devel/zlib/buildlink2.mk"
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/mng/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"