diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 11:47:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 11:47:09 +0000 |
commit | dda5f50eb2a9716a31cb71eee0cc029154a5ea6e (patch) | |
tree | 0fac09362bc3ad8870d7f22adc2f6f970ecdea09 /audio/xmms-iris | |
parent | 40404f7c5c036c792705bcbfaceb24520574d6c4 (diff) | |
download | pkgsrc-dda5f50eb2a9716a31cb71eee0cc029154a5ea6e.tar.gz |
Modular Xorg support.
Diffstat (limited to 'audio/xmms-iris')
-rw-r--r-- | audio/xmms-iris/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-iris/Makefile b/audio/xmms-iris/Makefile index 3cbbfa91090..abadf5fcb6f 100644 --- a/audio/xmms-iris/Makefile +++ b/audio/xmms-iris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:00 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/11 11:47:09 joerg Exp $ # DISTNAME= iris-0.11 @@ -15,4 +15,5 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES .include "../../audio/xmms/buildlink3.mk" +.include "../../x11/libXxf86vm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |