diff options
author | joerg <joerg> | 2007-02-06 18:22:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-06 18:22:35 +0000 |
commit | 38d08ef5a2732fe504ee9c83099758a40b60063d (patch) | |
tree | 0148db142dc32667b53f943612ff4bb0af093040 /emulators/xtrs | |
parent | 363a65c5befa6d27f73c7999f397cc16b65c0ed5 (diff) | |
download | pkgsrc-38d08ef5a2732fe504ee9c83099758a40b60063d.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators/xtrs')
-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" |