diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:35:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-01 18:35:00 +0000 |
commit | 1c857a347c147c3a5e07f6482db5016a4c2bb418 (patch) | |
tree | 16a373f66f4431e306eb1ee3d03618d5e990f7e4 /x11/gtksourceview/buildlink2.mk | |
parent | 22c2f785e87d9ae134b93cc7fc81465216fe0a71 (diff) | |
download | pkgsrc-1c857a347c147c3a5e07f6482db5016a4c2bb418.tar.gz |
Update to 1.0.0. Changes since previous version in pkgsrc:
News in 1.0.0
* Bug fixes and updated translations.
News in 0.9.2
* Bug fixes and updated translations.
News in 0.9.1
* Bug fixes.
* XML and HTML .lang files now highlight strings using simple patterns.
* Beginning of line and end of line are now correctly matched, even if
the slice of text doesn't include the newlines.
* "Others" style is now deprecated.
News in 0.9.0
* Miscellaneous Bugfixes
News in 0.8.0
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
* Migrated test application to Gtk 2.3 (UI and file selector).
Diffstat (limited to 'x11/gtksourceview/buildlink2.mk')
-rw-r--r-- | x11/gtksourceview/buildlink2.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtksourceview/buildlink2.mk b/x11/gtksourceview/buildlink2.mk index df3a2845a16..646ca27c1ad 100644 --- a/x11/gtksourceview/buildlink2.mk +++ b/x11/gtksourceview/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.7 2004/02/13 20:53:56 jmmv Exp $ +# $NetBSD: buildlink2.mk,v 1.8 2004/04/01 18:35:00 jmmv Exp $ # # This Makefile fragment is included by packages that use gtksourceview. # @@ -9,7 +9,7 @@ GTKSOURCEVIEW_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gtksourceview -BUILDLINK_DEPENDS.gtksourceview?= gtksourceview>=0.7.0nb8 +BUILDLINK_DEPENDS.gtksourceview?= gtksourceview>=1.0.0 BUILDLINK_PKGSRCDIR.gtksourceview?= ../../x11/gtksourceview EVAL_PREFIX+= BUILDLINK_PREFIX.gtksourceview=gtksourceview |