diff options
author | abs <abs> | 2007-01-12 14:59:16 +0000 |
---|---|---|
committer | abs <abs> | 2007-01-12 14:59:16 +0000 |
commit | 890c8c052ce91b254eabf0b267a27de709e52b71 (patch) | |
tree | 3ed67ae3bbfee84ab2efb7d352776bf323e86839 /x11 | |
parent | a47db42663692b19846700760406fecf8c2ff1d1 (diff) | |
download | pkgsrc-890c8c052ce91b254eabf0b267a27de709e52b71.tar.gz |
fix for modular X11
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xosd/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index 0466f0622f6..71302dc4751 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2006/03/04 21:31:13 jlam Exp $ +# $NetBSD: Makefile.common,v 1.23 2007/01/12 14:59:16 abs Exp $ DISTNAME= xosd-2.2.12 CATEGORIES= x11 @@ -29,4 +29,6 @@ SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LIBS}|g" PTHREAD_AUTO_VARS= yes .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" |