diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-24 17:54:01 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-24 17:54:01 +0000 |
commit | 8c90e6ee4398dc7148af8e64d1a5505f6f19968c (patch) | |
tree | 55afe6247fd495a03aa451283a0856bbee0f9572 /x11/xlockmore | |
parent | 5b8ad956c0204ec2531f4106836e6a12713e2df5 (diff) | |
download | pkgsrc-8c90e6ee4398dc7148af8e64d1a5505f6f19968c.tar.gz |
We need a glu/buildlink2.mk here, too.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 05bb402d789..1865b31c3d4 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2003/03/17 20:14:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.56 2003/03/24 17:54:01 jschauma Exp $ # FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp # @@ -22,6 +22,7 @@ CONFIGURE_ARGS+=--without-gltt --without-ttf --without-opengl --without-mesa \ CONFIGURE_ENV+= CXX="${CC}" # no dependency on libstdc++ .else .include "../../graphics/MesaLib/buildlink2.mk" +.include "../../graphics/glu/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" CONFIGURE_ARGS+= --with-mesagl .endif |