summaryrefslogtreecommitdiff
path: root/x11/XaoS
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/XaoS
parentff88c2aa7d36e3a6fda93bc91584ed57b26690d7 (diff)
downloadpkgsrc-bd5a0917a90026e7ef4dde2f42e1c6780be881f1.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/XaoS')
-rw-r--r--x11/XaoS/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile
index c96d77d4ad8..138810dc6b3 100644
--- a/x11/XaoS/Makefile
+++ b/x11/XaoS/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/10/04 22:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/01/11 15:08:24 joerg Exp $
#
DISTNAME= XaoS-3.2.2
@@ -27,7 +27,10 @@ SUBST_SED.paths= -e 's,/usr/share/locale,${PREFIX}/${PKGLOCALEDIR}/locale,g'
INSTALLATION_DIRS= ${PKGINFODIR}
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"