diff options
author | hira <hira> | 2007-09-25 10:16:08 +0000 |
---|---|---|
committer | hira <hira> | 2007-09-25 10:16:08 +0000 |
commit | 7e222e4299737ca51e749f442ceca3f8c8e99fa3 (patch) | |
tree | 5c172d70a0729a8c91b6da36a059060b67e6e61e /editors/tea | |
parent | 808dcedb53b4edec420e7179d343f8da1d261305 (diff) | |
download | pkgsrc-7e222e4299737ca51e749f442ceca3f8c8e99fa3.tar.gz |
GConf2 -> GConf.
gnome-vfs2 -> gnome-vfs.
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/tea/options.mk b/editors/tea/options.mk index 3fe363feead..d81232ae0cf 100644 --- a/editors/tea/options.mk +++ b/editors/tea/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2007/04/14 04:49:08 reed Exp $ +# $NetBSD: options.mk,v 1.2 2007/09/25 10:23:22 hira Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tea PKG_SUPPORTED_OPTIONS= aspell gtksourceview # enchant antiword @@ -13,8 +13,8 @@ PKG_SUGGESTED_OPTIONS= # none enabled by default # --enable-enchant disabled aspell so choose one or the other .if !empty(PKG_OPTIONS:Mgtksourceview) -.include "../../devel/GConf2/buildlink3.mk" -.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../devel/GConf/buildlink3.mk" +.include "../../sysutils/gnome-vfs/buildlink3.mk" .include "../../x11/gtksourceview/buildlink3.mk" .else CONFIGURE_ARGS+= --enable-legacy |