diff options
author | tron <tron@pkgsrc.org> | 1999-10-27 11:05:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-27 11:05:19 +0000 |
commit | 117100c50c6e0b47cdf4e1e7b94fef2440179310 (patch) | |
tree | afddfd755348e6338ff0288be6f5071e3d1b5c46 /x11/gnome-libs | |
parent | 891890e4ab8f898b27213eb6e9c892e25170335d (diff) | |
download | pkgsrc-117100c50c6e0b47cdf4e1e7b94fef2440179310.tar.gz |
"esound" package is already required by "gnome-libs" package. So move the
dependence there.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index ad6fd145ffb..47d1673bd32 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1999/10/22 23:48:44 tron Exp $ +# $NetBSD: Makefile,v 1.35 1999/10/27 11:05:21 tron Exp $ DISTNAME= gnome-libs-1.0.53 CATEGORIES= x11 gnome @@ -8,6 +8,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= ORBit-*:../../corba/ORBit +DEPENDS+= esound-*:../../audio/esound DEPENDS+= imlib-*:../../graphics/imlib DEPENDS+= xpm-3.4k:../../graphics/xpm |