diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-24 23:04:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-24 23:04:28 +0000 |
commit | f2fc174727eaecacf61392a04838dc778d79bb2d (patch) | |
tree | 320b2eafcc846fe0822f2ae3d4fecee861920967 /audio/mpg123-esound | |
parent | 838111d82307955086fecd94c9b724db5cc79007 (diff) | |
download | pkgsrc-f2fc174727eaecacf61392a04838dc778d79bb2d.tar.gz |
bl3 packages should only include bl3 files.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index c863d69e3d3..bce46c17e04 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -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 @@ do-install: ${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" |