diff options
author | joerg <joerg> | 2007-01-13 18:51:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-13 18:51:51 +0000 |
commit | 5200ac4012891db483fac85bb24c008fb020b68d (patch) | |
tree | a7e05bf41c3f8743d88af1ae10e80cc848d6083c /x11/labltk/Makefile | |
parent | 1718b52fb0fbfb64d3caa81aca960e03923ecfcf (diff) | |
download | pkgsrc-5200ac4012891db483fac85bb24c008fb020b68d.tar.gz |
Modular Xorg support.
Diffstat (limited to 'x11/labltk/Makefile')
-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" |