diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-05 15:18:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-05 15:18:27 +0000 |
commit | af5bfea23c0b227ef6dd531ec9d14082c27fc54b (patch) | |
tree | a1d8cb19bde5d0a6370a3bb75c5eb827a69759a1 /audio/xine-esound | |
parent | 25bc470df2cbdde568b05fac7ec2aa90310247ca (diff) | |
download | pkgsrc-af5bfea23c0b227ef6dd531ec9d14082c27fc54b.tar.gz |
Needs gettext-lib. Bump revision.
Diffstat (limited to 'audio/xine-esound')
-rw-r--r-- | audio/xine-esound/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index df42b799dc0..1e7e29b40b7 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2005/10/30 18:32:33 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/05 15:18:27 joerg Exp $ # .include "../../multimedia/xine-lib/Makefile.common" PKGNAME= ${XINE_PKGNAME:S/lib/esound/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio COMMENT= The esound audio output plugin for xine-lib @@ -20,4 +20,5 @@ do-install: xineplug_ao_out_esd.la ${PREFIX}/lib/xine/plugins/1.0.3/ .include "../../audio/esound/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |