summaryrefslogtreecommitdiff
path: root/sysutils/xnc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-19 20:34:00 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-19 20:34:00 +0000
commitc0245b7ee137de4391e4c82ed9a3c2a464633b45 (patch)
treeec294c229a3b762c3d358ee14371a5e13363d25c /sysutils/xnc
parent757d39cc4008dae6e3ed43198d36469eb7c6e5c4 (diff)
downloadpkgsrc-c0245b7ee137de4391e4c82ed9a3c2a464633b45.tar.gz
Modular Xorg support.
Diffstat (limited to 'sysutils/xnc')
-rw-r--r--sysutils/xnc/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile
index 460a2f7644e..68730d37cc2 100644
--- a/sysutils/xnc/Makefile
+++ b/sysutils/xnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/06/08 15:20:20 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/02/19 20:34:00 joerg Exp $
DISTNAME= xnc-5.0.4.src
PKGNAME= xnc-5.0.4
@@ -17,9 +17,15 @@ USE_LIBTOOL= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"