diff options
Diffstat (limited to 'audio/xine-esound')
-rw-r--r-- | audio/xine-esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index aaee691aaeb..cc2714432ce 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/08/06 10:36:50 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/12/08 18:48:52 drochner Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,6 +10,7 @@ COMMENT= The esound audio output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out +CONFIGURE_ARGS+= --without-x INSTALLATION_DIRS= lib/xine/plugins/${XINE_LIB_VER} |