diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-22 15:48:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-22 15:48:46 +0000 |
commit | 8d797fe4db3e612cea3669b31ed9ba04540df17f (patch) | |
tree | d49df0397fad600d733be88dc9378a8cacc2ae37 | |
parent | e6d52ea3fbb0628ed2577aa255220efd6b9cdbe9 (diff) | |
download | pkgsrc-8d797fe4db3e612cea3669b31ed9ba04540df17f.tar.gz |
it seems this wants to link against libesd - add dependency
-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 a6beb09baea..c0f562f117d 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/10/10 18:24:43 jlam Exp $ +# $NetBSD: Makefile,v 1.10 1999/10/22 15:48:46 hubertf Exp $ # DISTNAME= libglade-0.7 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= gettext-0.10.35:../../devel/gettext DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs DEPENDS+= libxml-1.*:../../textproc/libxml +DEPENDS+= esound-0.2.8:../../audio/esound USE_LIBTOOL= YES USE_X11BASE= YES |