diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-22 11:11:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-22 11:11:34 +0000 |
commit | d5fb1f092f5c0fcff1a54c981dc17450c48f0a48 (patch) | |
tree | 8449ae0fadf88134dab889a7bc56668bf5d5f23b /x11/fltk/patches/patch-ae | |
parent | ae2a45a3ac1b363cee8c7c15366adad12126249d (diff) | |
download | pkgsrc-d5fb1f092f5c0fcff1a54c981dc17450c48f0a48.tar.gz |
Update to 1.1.7, ok jlam@:
FLTK 1.1.7 fixes many bugs, adds some new example programs, and
adds many new improvements to the FLUID software including
multi-level undo, syntax highlighting in all code fields, widget
alignment and sizing guides, dialog templates, widget subclasses,
and printing and testing of user interfaces within FLUID.
Diffstat (limited to 'x11/fltk/patches/patch-ae')
-rw-r--r-- | x11/fltk/patches/patch-ae | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fltk/patches/patch-ae b/x11/fltk/patches/patch-ae index 95098c088fb..d5894ab02df 100644 --- a/x11/fltk/patches/patch-ae +++ b/x11/fltk/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.4 2004/10/21 08:29:45 adam Exp $ +$NetBSD: patch-ae,v 1.5 2006/01/22 11:11:34 wiz Exp $ ---- fluid/Makefile.orig 2004-10-18 20:22:22.000000000 +0000 +--- fluid/Makefile.orig 2006-01-15 20:26:08.000000000 +0100 +++ fluid/Makefile -@@ -75,7 +75,7 @@ include makedepend +@@ -80,7 +80,7 @@ include makedepend install: all echo "Installing FLUID in $(DESTDIR)$(bindir)..." -$(MKDIR) $(DESTDIR)$(bindir) |