diff options
author | agc <agc@pkgsrc.org> | 1999-12-17 11:12:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-17 11:12:22 +0000 |
commit | f21c1e12cc04dae54ef105b9043cbc8ccbec22a1 (patch) | |
tree | 6a662b70b23babd2e9014bfec305ea6d44556d10 /audio/libmikmod | |
parent | c330f447e7a7f30bcd7781845d45e9f84aa4edac (diff) | |
download | pkgsrc-f21c1e12cc04dae54ef105b9043cbc8ccbec22a1.tar.gz |
Update dependency on esound to reflect its correct version. Pointed
out by David Brownlee.
Diffstat (limited to 'audio/libmikmod')
-rw-r--r-- | audio/libmikmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 6a1998ea8e6..3d1effd92f8 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/10 01:33:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/17 11:12:22 agc Exp $ DISTNAME= libmikmod-3.1.7 CATEGORIES= audio @@ -9,7 +9,7 @@ MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ \ MAINTAINER= kuebart@mathematik.uni-ulm.de HOMEPAGE= http://www.multimania.com/miodrag/mikmod/ -DEPENDS+= esound-0.2.8:../../audio/esound +DEPENDS+= esound-0.2.15:../../audio/esound USE_LIBTOOL= USE_GMAKE= |