diff options
author | martti <martti@pkgsrc.org> | 2002-09-21 08:27:13 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-09-21 08:27:13 +0000 |
commit | 67c19324a5de733e5166de59a1e9a878b245d040 (patch) | |
tree | 4814f83524a11e827d7ae82b1ec9dcacecd6b2bd /wm/fvwm2/Makefile | |
parent | 294b60003d0d6d5cad32349bd26bc1352ef09a18 (diff) | |
download | pkgsrc-67c19324a5de733e5166de59a1e9a878b245d040.tar.gz |
Updated fvwm2 to 2.4.11
* Fixed a crash with ssh-askpass introduced in 2.4.10.
* Allow the use of mouse buttons other than the first in
FvwmWinList when invoked transient.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 9d9144564e3..9239333c708 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/09/16 09:31:48 martti Exp $ +# $NetBSD: Makefile,v 1.23 2002/09/21 08:27:13 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -18,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.10 +FVWM_VER= 2.4.11 USE_X11BASE= YES USE_BUILDLINK2= YES |