pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio bl3 packages should only include bl3 files.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9baa38ac6978
branches: trunk
changeset: 473841:9baa38ac6978
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 24 23:04:28 2004 +0000
description:
bl3 packages should only include bl3 files.
diffstat:
audio/libsndfile/Makefile | 4 ++--
audio/mpg123-esound/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r ec92d9bf2b5f -r 9baa38ac6978 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Sat Apr 24 23:04:24 2004 +0000
+++ b/audio/libsndfile/Makefile Sat Apr 24 23:04:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/04/11 20:49:46 kristerw Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/24 23:04:28 wiz Exp $
#
DISTNAME= libsndfile-1.0.9
@@ -20,7 +20,7 @@
.include "../../mk/bsd.prefs.mk"
.if defined(USE_OSS)
-. include "../../mk/ossaudio.buildlink2.mk"
+. include "../../mk/ossaudio.buildlink3.mk"
OSS_DEFS= -DDEV_DSP=\\\"${DEVOSSAUDIO}\\\" -DUSE_OSS=1
MAKE_ENV+= AM_CFLAGS="${OSS_DEFS}"
.endif
diff -r ec92d9bf2b5f -r 9baa38ac6978 audio/mpg123-esound/Makefile
--- a/audio/mpg123-esound/Makefile Sat Apr 24 23:04:24 2004 +0000
+++ b/audio/mpg123-esound/Makefile Sat Apr 24 23:04:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/02/10 09:32:47 tron Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/24 23:05:40 wiz Exp $
PKGNAME= mpg123-esound-${MPG123_VERSION}
PKGREVISION= 1
@@ -12,5 +12,5 @@
${INSTALL_PROGRAM} ${WRKSRC}/mpg123 ${PREFIX}/bin/mpg123-esound
${INSTALL_MAN} ${WRKSRC}/mpg123.1 ${PREFIX}/man/man1/mpg123-esound.1
-.include "../../audio/esound/buildlink2.mk"
+.include "../../audio/esound/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index