summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-29 04:25:43 +0000
committerjlam <jlam>2001-06-29 04:25:43 +0000
commit1223c4507005ff3f9f49492c3250c007e2945af5 (patch)
treef8ae6458b7d24db5c0140f82a2a80ececd80b0d8 /audio/xmms
parentcdd210fed7fa2082003a818beeac366842c4a747 (diff)
downloadpkgsrc-1223c4507005ff3f9f49492c3250c007e2945af5.tar.gz
Use Mesa's buildlink.mk file instead of USE_MESA. USE_CONFIG_WRAPPER is
also automatically set now, so no need to set it directly.
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 840542d5258..7ff1017ee5b 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/06/26 13:09:11 zuntum Exp $
+# $NetBSD: Makefile,v 1.22 2001/06/29 04:25:43 jlam Exp $
# FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp
DISTNAME= xmms-1.2.5
@@ -10,17 +10,15 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.xmms.org/
COMMENT= X Multimedia System --- An audio player with a Winamp GUI
-USE_BUILDLINK_ONLY= YES
-USE_CONFIG_WRAPPER= YES
-USE_LIBTOOL= yes
-USE_X11= yes
-USE_MESA= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= yes
+USE_LIBTOOL= yes
+USE_X11= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
-CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
-CONFIGURE_ARGS+=--without-gnome
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
+CONFIGURE_ARGS+= --without-gnome
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.prefs.mk"
@@ -43,9 +41,10 @@ pre-configure:
${LN} -fs /usr/include/soundcard.h ${WRKDIR}/sys/soundcard.h
.endif
-.include "../../audio/libmikmod/buildlink.mk"
.include "../../audio/esound/buildlink.mk"
+.include "../../audio/libmikmod/buildlink.mk"
.include "../../audio/libvorbis/buildlink.mk"
+.include "../../graphics/Mesa/buildlink.mk"
.include "../../textproc/libxml/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"