diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 20:34:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 20:34:00 +0000 |
commit | c0b370acc5a7e0aee449224987ae674d540881c8 (patch) | |
tree | ec294c229a3b762c3d358ee14371a5e13363d25c /sysutils/xnc | |
parent | eb91ff8eccb282adcd44b22e3fc31bb16329c521 (diff) | |
download | pkgsrc-c0b370acc5a7e0aee449224987ae674d540881c8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'sysutils/xnc')
-rw-r--r-- | sysutils/xnc/Makefile | 10 |
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" |