diff options
author | rh <rh@pkgsrc.org> | 1999-09-06 20:29:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-09-06 20:29:24 +0000 |
commit | 7701bf4e50eb3846faaa5d75819a19c1e6324444 (patch) | |
tree | b2f658bd93fa83dc1e992d9b883154d7d9712f20 /devel/libglade | |
parent | 24a627f62643b8154503cb7841ea3469cb261600 (diff) | |
download | pkgsrc-7701bf4e50eb3846faaa5d75819a19c1e6324444.tar.gz |
Fix missing dependency on "esound-0.2.8" as pointed out in private mail by
hubertf, thx!
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 2b12ae2920a..1f1b81fefd9 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/03 07:20:34 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/09/06 20:29:24 rh Exp $ # DISTNAME= libglade-0.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= mawk-1.2.2:../../lang/mawk DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs DEPENDS+= libxml-1.6.1:../../textproc/libxml +DEPENDS+= esound-0.2.8:../../audio/esound GNU_CONFIGURE= YES USE_LIBTOOL= YES |