summaryrefslogtreecommitdiff
path: root/audio/xine-esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xine-esound/Makefile')
-rw-r--r--audio/xine-esound/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile
index a924dbce376..11e5b688a8d 100644
--- a/audio/xine-esound/Makefile
+++ b/audio/xine-esound/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2005/03/27 15:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/02 11:29:35 drochner Exp $
#
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/esound/}
-PKGREVISION= 1
CATEGORIES= audio
DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
@@ -15,7 +14,7 @@ BUILD_DIRS= ${WRKSRC}/src/audio_out
do-install:
cd ${WRKSRC}/src/audio_out && \
${LIBTOOL} --mode=install ${INSTALL_DATA} \
- xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.0/
+ xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.1/
.include "../../audio/esound/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"