diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-09-29 23:48:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-09-29 23:48:14 +0000 |
commit | 3e40f49a842e50c7d57b113613f4a9b78b512cce (patch) | |
tree | 8423677c872df4493c858915d45cb58bf878ba6f /audio/sox/Makefile | |
parent | 147ab15842fff6a7b1c85d360a1c8e580a23e60c (diff) | |
download | pkgsrc-3e40f49a842e50c7d57b113613f4a9b78b512cce.tar.gz |
Fix last commit
(broken due to old work-dir lying around; pointed out by tron)
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 7e12cd859d2..18e7ecc21bb 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/09/29 23:31:18 tron Exp $ +# $NetBSD: Makefile,v 1.11 1999/09/29 23:48:14 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp # @@ -9,10 +9,9 @@ MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/sound/convert/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://home.sprynet.com/~cbagwell/sox.html -MAKEFILE= Makefile.unx - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sox ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sox.man ${PREFIX}/man/man1/sox.1 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-fast-ulaw \ + --enable-fast-alaw \ + --with-sun-audio .include "../../mk/bsd.pkg.mk" |