diff options
author | skrll <skrll@pkgsrc.org> | 2002-05-30 12:33:26 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-05-30 12:33:26 +0000 |
commit | 203cb7c53fa094d8334a6b190b576a257fa5f0d5 (patch) | |
tree | fc7c01935b6de57fa0876bdec07a4164cc0c9906 /x11/qt3-tools | |
parent | c0436f544360df8bce468c357c16c5f54037e386 (diff) | |
download | pkgsrc-203cb7c53fa094d8334a6b190b576a257fa5f0d5.tar.gz |
Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert for
this.
While I'm here fix the qt3-libs dependency in qt3-tools and the fact that
the qt library was being built (needlessly) in qt3-tools.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index d114ebcb011..a567287413a 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/05/29 19:09:56 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2002/05/30 12:33:28 skrll Exp $ # .include "../qt3-libs/Makefile.common" @@ -13,7 +13,6 @@ CONFIGURE_ARGS+= -I${BUILDLINK_QTDIR}/include \ MAKE_ENV+= LIBQT="-lqt-mt" USE_BUILDLINK_ONLY= yes -BUILDLINK_DEPENDS.qt3-libs= qt3-libs-${QTVERSION} USE_PTHREAD= native pth-syscall |