diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:23:09 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:23:09 +0000 |
commit | e7c1762bd099b15e25bfbfa9e763b31bf040b846 (patch) | |
tree | 1d6ab251364d1ba0910232f7d2ca588662bd72f0 /x11/qt3-libs | |
parent | ee035fccf7d99dc101f03c6603d4cb971c164630 (diff) | |
download | pkgsrc-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/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index f71143805ab..058ee91bc52 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/02/18 19:16:53 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2003/03/09 19:28:18 jschauma Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -36,7 +36,8 @@ do-install: .include "../../devel/zlib/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" .include "../../graphics/mng/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" |