diff options
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 39339808c2b..0ad287c6af7 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/06 09:53:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/14 16:15:21 jmmv Exp $ # DISTNAME= rhythmbox-0.7.2 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.rhythmbox.org/ COMMENT= Music management application for GNOME BUILD_USES_MSGFMT= YES -DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= gst-plugins-esound>=0.8.0:../../audio/gst-plugins-esound DEPENDS+= gst-plugins-gnomevfs>=0.8.0:../../sysutils/gst-plugins-gnomevfs DEPENDS+= gst-plugins-mad>=0.8.0:../../audio/gst-plugins-mad @@ -19,6 +18,7 @@ DEPENDS+= gst-plugins-vorbis>=0.8.0:../../audio/gst-plugins-vorbis GNU_CONFIGURE= YES USE_BUILDLINK3= YES +USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |