summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-09 13:30:46 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-09 13:30:46 +0000
commit93d82e72e8764c59b95ad8c7841913079d139bfe (patch)
tree4ba4d80c6fdb3f5ae44915e7bd3880c8905f7af0 /audio/xmms
parentd9d23137a064758dffcbf8e95101406b739e6748 (diff)
downloadpkgsrc-93d82e72e8764c59b95ad8c7841913079d139bfe.tar.gz
Modular Xorg support.
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 4807e69a7f4..6f437bdc768 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2006/08/28 05:09:05 ben Exp $
+# $NetBSD: Makefile,v 1.63 2007/01/09 13:30:46 joerg Exp $
#
PKGREVISION= 6
@@ -14,4 +14,8 @@ _INSTALL_UNSTRIPPED= yes
PLIST_SUBST+= CDAUDIO=""
.endif
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"