summaryrefslogtreecommitdiff
path: root/x11/qt2-libs
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-09 19:23:09 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-09 19:23:09 +0000
commite7c1762bd099b15e25bfbfa9e763b31bf040b846 (patch)
tree1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/qt2-libs
parentee035fccf7d99dc101f03c6603d4cb971c164630 (diff)
downloadpkgsrc-e7c1762bd099b15e25bfbfa9e763b31bf040b846.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"