diff options
author | rh <rh> | 1999-09-06 20:29:24 +0000 |
---|---|---|
committer | rh <rh> | 1999-09-06 20:29:24 +0000 |
commit | 983861abfecfd903d20226a233893b62bb4ca984 (patch) | |
tree | b2f658bd93fa83dc1e992d9b883154d7d9712f20 /devel/libglade/Makefile | |
parent | db19feee51a5864ea7144c2c0aaf360435d60f79 (diff) | |
download | pkgsrc-983861abfecfd903d20226a233893b62bb4ca984.tar.gz |
Fix missing dependency on "esound-0.2.8" as pointed out in private mail by
hubertf, thx!
Diffstat (limited to 'devel/libglade/Makefile')
-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 |