diff options
author | wiz <wiz> | 2000-02-06 03:34:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-06 03:34:48 +0000 |
commit | f234de3c7c8f6dc9601412971b3c62d123d335f8 (patch) | |
tree | eab85b77767b6175bc746ed0277634381aac8ee9 | |
parent | bb76fd610247777bf1fc6c2181995250857b66d4 (diff) | |
download | pkgsrc-f234de3c7c8f6dc9601412971b3c62d123d335f8.tar.gz |
wildcarded esound dependencies
-rw-r--r-- | audio/libmikmod/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 3d1effd92f8..38493394aa3 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/17 11:12:22 agc Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/06 03:34:48 wiz 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.15:../../audio/esound +DEPENDS+= esound-0.2.*:../../audio/esound USE_LIBTOOL= USE_GMAKE= diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 98830e03c84..9d7d8c1887b 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/01/10 19:11:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 2000/02/06 03:34:49 wiz Exp $ # DISTNAME= libglade-0.11 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gettext-0.10.*:../../devel/gettext # do not remove esound pre-requisite -DEPENDS+= esound-0.2.15:../../audio/esound +DEPENDS+= esound-0.2.*:../../audio/esound DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= libxml-1.*:../../textproc/libxml |