diff options
author | joerg <joerg> | 2007-01-13 18:51:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-13 18:51:51 +0000 |
commit | b8e791f8b7564e20ec2bcbb6f2e136c6a49f0696 (patch) | |
tree | a7e05bf41c3f8743d88af1ae10e80cc848d6083c /x11 | |
parent | aa6ac28aafec773c6359f80d5fda415666a36bbc (diff) | |
download | pkgsrc-b8e791f8b7564e20ec2bcbb6f2e136c6a49f0696.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/labltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 5c763e3102b..9dc1960aa05 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/22 20:59:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/01/13 18:51:51 joerg Exp $ .include "../../lang/ocaml/Makefile.common" @@ -27,5 +27,5 @@ BUILDLINK_DEPMETHOD.${BDB_TYPE}=build .include "../../lang/ocaml/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |