Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/bmp-esound/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/bmp-esound/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.31 diff -u -p -r1.7 -r1.31 --- pkgsrc/audio/bmp-esound/Attic/Makefile 2006/02/05 23:08:05 1.7 +++ pkgsrc/audio/bmp-esound/Attic/Makefile 2012/10/08 23:01:08 1.31 @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:05 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/08 23:01:08 adam Exp $ # +BMP_USE_ESD:= yes .include "../../audio/bmp/Makefile.common" PKGNAME= ${DISTNAME:S/bmp/bmp-esound/} -PKGREVISION= 2 +PKGREVISION= 18 CATEGORIES+= gnome COMMENT= BMP plugin to output sound through the esound daemon -DEPENDS+= bmp>=0.9.7:../../audio/bmp +DEPENDS+= bmp>=0.9.7.1:../../audio/bmp -CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/} - -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd .include "../../audio/esound/buildlink3.mk" .include "../../mk/bsd.pkg.mk"