diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-15 18:41:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-15 18:41:16 +0000 |
commit | 69a739bf90291174a65461d7650e16f8b6ab9e8b (patch) | |
tree | f98c75a0e2c1a9e1dc2e7cb3a2fed8dd7b8e385e /graphics | |
parent | 1c50f6538e453c4d6a8cbcec9243adc7e8fd3646 (diff) | |
download | pkgsrc-69a739bf90291174a65461d7650e16f8b6ab9e8b.tar.gz |
libXmu and libXi are needed for build in modular Xorg.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glut/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 7c3053a5c53..6cfb1484b5b 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/10/09 12:52:35 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2006/12/15 18:41:16 joerg Exp $ PKGNAME= glut-${MESA_VERSION} COMMENT= GLUT Graphics library similar to SGI's OpenGL @@ -14,6 +14,8 @@ BUILDLINK_API_DEPENDS.glu+= glu>=${MESA_VERSION} INSTLIBS= ${WRKSRC}/src/glut/glx/libglut.la .include "../../graphics/MesaLib/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXi/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" pre-build: |