From 2405c4a1f418941b9ff91c83a0f39eabf36ce5bb Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 15 Feb 2007 21:19:00 +0000 Subject: Add modular Xorg support. This should get some more attention by the maintainer as it obviously doesn't honour CFLAGS et al. --- lang/STk/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lang/STk/Makefile') diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 26adb662519..0f948bc8f76 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/15 21:19:00 joerg Exp $ DISTNAME= STk-4.0.1 PKGREVISION= 1 @@ -12,5 +12,11 @@ COMMENT= Scheme interpreter with full access to the Tk graphical package OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q} + +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3