diff options
author | taca <taca@pkgsrc.org> | 2006-11-16 09:24:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-11-16 09:24:52 +0000 |
commit | affda4eb24a4f9fc270b5cfc7a090e5762fcefb9 (patch) | |
tree | 9e956846a0913a8e4bc51abcaada2b98c733b1c8 /x11/xf86-input-mouse | |
parent | c2c6849c5ee866cb69d856a74f1b55958cec7bee (diff) | |
download | pkgsrc-affda4eb24a4f9fc270b5cfc7a090e5762fcefb9.tar.gz |
Correct reference to "../../wip" to "../../x11".
Diffstat (limited to 'x11/xf86-input-mouse')
-rw-r--r-- | x11/xf86-input-mouse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86-input-mouse/Makefile b/x11/xf86-input-mouse/Makefile index a5f9f59e44f..5492a7e8d8a 100644 --- a/x11/xf86-input-mouse/Makefile +++ b/x11/xf86-input-mouse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 17:15:46 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/16 09:24:52 taca Exp $ DISTNAME= xf86-input-mouse-1.1.2 CATEGORIES= x11 @@ -18,6 +18,6 @@ USE_TOOLS+= gmake pkg-config .include "../../x11/inputproto/buildlink3.mk" .include "../../x11/kbproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" -.include "../../wip/modular-xorg-server/buildlink3.mk" +.include "../../x11/modular-xorg-server/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |