summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r--lang/STk/Makefile10
1 files changed, 8 insertions, 2 deletions
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"