diff options
author | asau <asau@pkgsrc.org> | 2009-11-02 11:51:43 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-11-02 11:51:43 +0000 |
commit | 0a4d649bb34752102507c0b8d877a9c8504432c9 (patch) | |
tree | e77d2c09531139c3c76f5b7faad30da363a1a507 | |
parent | 9654dcdf9d5bae1c96a64ba84a55aa7ef8f3ada6 (diff) | |
download | pkgsrc-0a4d649bb34752102507c0b8d877a9c8504432c9.tar.gz |
This needs Xinerama. Unbreak it.
-rw-r--r-- | x11/xlockmore/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index c7d75c785e2..a2f18287965 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.56 2009/10/25 22:54:03 tron Exp $ +# $NetBSD: Makefile.common,v 1.57 2009/11/02 11:51:43 asau Exp $ # # This Makefile.common is included by: # @@ -89,6 +89,7 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" |