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 /time/gnotime | |
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 'time/gnotime')
-rw-r--r-- | time/gnotime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index e82eca96561..3018e626965 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/10/28 23:38:33 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2009/01/04 18:01:01 wiz Exp $ DISTNAME= gnotime-2.3.0 CATEGORIES= time gnome @@ -31,7 +31,7 @@ MAKE_ENV+= GCONF_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR:Q} .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/scrollkeeper/omf.mk" +.include "../../textproc/rarian/omf.mk" .include "../../www/gtkhtml314/buildlink3.mk" .include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |