summaryrefslogtreecommitdiff
path: root/x11/xworld
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-11 14:55:15 +0000
committerjoerg <joerg>2007-01-11 14:55:15 +0000
commitbd5a0917a90026e7ef4dde2f42e1c6780be881f1 (patch)
treea4da252251a88bcd0b8d02385b302b4338622359 /x11/xworld
parentff88c2aa7d36e3a6fda93bc91584ed57b26690d7 (diff)
downloadpkgsrc-bd5a0917a90026e7ef4dde2f42e1c6780be881f1.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/xworld')
-rw-r--r--x11/xworld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile
index 694374e9b71..04c90760407 100644
--- a/x11/xworld/Makefile
+++ b/x11/xworld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/07/21 17:31:44 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2007/01/11 14:55:15 joerg Exp $
#
DISTNAME= xworld-2.0
@@ -30,5 +30,5 @@ SUBST_STAGE.install= post-patch
SUBST_FILES.install= Makefile.in
SUBST_SED.install= -e 's,-g bin -o bin,-g ${BINGRP} -o ${BINOWN},g'
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"