diff options
author | jschauma <jschauma> | 2003-03-24 17:54:01 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-24 17:54:01 +0000 |
commit | a886be4b9a0a18a3ae70b317acec284982ec9f60 (patch) | |
tree | 55afe6247fd495a03aa451283a0856bbee0f9572 /x11 | |
parent | 5ce8b2395734ea7e4113c010f884bef12e1ca852 (diff) | |
download | pkgsrc-a886be4b9a0a18a3ae70b317acec284982ec9f60.tar.gz |
We need a glu/buildlink2.mk here, too.
Diffstat (limited to 'x11')
-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 |