diff options
author | agc <agc@pkgsrc.org> | 1999-10-28 10:22:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-28 10:22:28 +0000 |
commit | 6acac8b70f837d49083497e54a957683f3ae1238 (patch) | |
tree | c5ced6df6afef8068d7948e3aa25637c6b0affa2 /devel/libglade | |
parent | 77a57f36b7bdc65d96f802b31c13d4648bbb6bf6 (diff) | |
download | pkgsrc-6acac8b70f837d49083497e54a957683f3ae1238.tar.gz |
For the third time, add a dependency on esound, so that this package will
link properly.
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 b45c4e228f3..9a0ca592130 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/10/27 17:14:07 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/10/28 10:22:28 agc Exp $ # DISTNAME= libglade-0.7 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ BROKEN= broken link phase DEPENDS+= gettext-0.10.35:../../devel/gettext +DEPENDS+= esound-0.2.15:../../audio/esound DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= libxml-1.*:../../textproc/libxml |