diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-04 18:00:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-04 18:00:58 +0000 |
commit | 7a074817c77c241145fe88d915676864fd7b57b9 (patch) | |
tree | cc54a699c1856b06ed92aefa844e4c63b8c5441a /audio/sound-juicer | |
parent | b32f155f2d0752414716d196868a7ae629733792 (diff) | |
download | pkgsrc-7a074817c77c241145fe88d915676864fd7b57b9.tar.gz |
Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
Diffstat (limited to 'audio/sound-juicer')
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index f90fbb4ecd5..27aa2892813 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/12/04 00:27:08 jmcneill Exp $ +# $NetBSD: Makefile,v 1.19 2009/01/04 18:00:58 wiz Exp $ # DISTNAME= sound-juicer-2.24.0 @@ -45,7 +45,7 @@ BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.5 .include "../../sysutils/hal/buildlink3.mk" .include "../../sysutils/nautilus-cd-burner/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 .include "../../x11/gtk2/buildlink3.mk" |