diff options
author | joerg <joerg> | 2006-01-05 15:18:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-05 15:18:27 +0000 |
commit | d712eb6c36f990bc16702a40f64be7de305b33ae (patch) | |
tree | a1d8cb19bde5d0a6370a3bb75c5eb827a69759a1 /audio/xine-esound | |
parent | c1c57bb3becee97a83df9745f4dcfa0afd5e1b08 (diff) | |
download | pkgsrc-d712eb6c36f990bc16702a40f64be7de305b33ae.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" |