diff options
author | tron <tron> | 1999-10-27 11:05:19 +0000 |
---|---|---|
committer | tron <tron> | 1999-10-27 11:05:19 +0000 |
commit | 2ed620ae0adc5a4f9f84322617fc293abffa57cd (patch) | |
tree | afddfd755348e6338ff0288be6f5071e3d1b5c46 /misc | |
parent | b82d5aeb9890dc2a5aad47f91e864e31807a9c40 (diff) | |
download | pkgsrc-2ed620ae0adc5a4f9f84322617fc293abffa57cd.tar.gz |
"esound" package is already required by "gnome-libs" package. So move the
dependence there.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnofin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gnofin/Makefile b/misc/gnofin/Makefile index 7bcb3a30cde..b34cdae30c7 100644 --- a/misc/gnofin/Makefile +++ b/misc/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/10/22 23:41:45 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/27 11:05:21 tron Exp $ # DISTNAME= gnofin-0.6.0 @@ -9,7 +9,6 @@ MAINTAINER= mellon@isc.org HOMEPAGE= http://jagger.me.berkeley.edu/~dfisher/gnofin/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= esound-*:../../audio/esound DEPENDS+= gnome-libs-*:../../x11/gnome-libs USE_X11= yes |