diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-15 16:19:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-15 16:19:43 +0000 |
commit | 2df04c016c0bf4e2a1952eba0c47d6c75f4b01ee (patch) | |
tree | ba85a210b10b278c7748724ac0e4e9aee2ea2373 /x11/qt3-tools | |
parent | 4340af4731a49ab84f9fe94f7702242bb22e5827 (diff) | |
download | pkgsrc-2df04c016c0bf4e2a1952eba0c47d6c75f4b01ee.tar.gz |
OpenGL needs libXmu, so move it to qt3-libs itself. Noticed by abs@
and drochner@.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 1ca3d6d20a3..4472e0dba87 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/01/10 10:16:01 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2007/01/15 16:19:43 joerg Exp $ .include "../../mk/bsd.prefs.mk" # XXX: hack - work round an ICE with GCC 3.3 on sparc @@ -46,7 +46,5 @@ do-install: cd ${WRKSRC}/mkspecs && ${PAX} -rw . ${QTPREFIX}/mkspecs .include "../../converters/libiconv/buildlink3.mk" -# For OpenGL linkage, really needed? -.include "../../x11/libXmu/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |