diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-06 18:22:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-06 18:22:35 +0000 |
commit | 2824324da1853c9ddb839c7e907a7a306d53ae25 (patch) | |
tree | 0148db142dc32667b53f943612ff4bb0af093040 /emulators | |
parent | 7a022e38c8a9bc40418d1aac05f9220227d131f4 (diff) | |
download | pkgsrc-2824324da1853c9ddb839c7e907a7a306d53ae25.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xtrs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xtrs/Makefile b/emulators/xtrs/Makefile index 0460047a1bb..f9126bf86d3 100644 --- a/emulators/xtrs/Makefile +++ b/emulators/xtrs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:37 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2007/02/06 18:22:35 joerg Exp $ # DISTNAME= xtrs-4.9 @@ -38,5 +38,5 @@ post-wrapper: .include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |