summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-15 21:19:00 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-15 21:19:00 +0000
commit2405c4a1f418941b9ff91c83a0f39eabf36ce5bb (patch)
tree6e858eb7d423c57e2da7c5794595fe186704219b /lang/STk/Makefile
parent6cebc7894a1a101cdbd2c106b551bad6c7d83a28 (diff)
downloadpkgsrc-2405c4a1f418941b9ff91c83a0f39eabf36ce5bb.tar.gz
Add modular Xorg support. This should get some more attention by the
maintainer as it obviously doesn't honour CFLAGS et al.
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"