diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-09 13:30:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-09 13:30:46 +0000 |
commit | c76d39680d2b53d3f3a889e6ea33467a689133b5 (patch) | |
tree | 4ba4d80c6fdb3f5ae44915e7bd3880c8905f7af0 /audio | |
parent | eaea24115b7f66c3046972aa646057743734968d (diff) | |
download | pkgsrc-c76d39680d2b53d3f3a889e6ea33467a689133b5.tar.gz |
Modular Xorg support.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms/Makefile | 6 |
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" |