diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-04-15 21:18:08 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-04-15 21:18:08 +0000 |
commit | 868280fac3cc8c4e0d877e4ccd3e4cb07b36bc16 (patch) | |
tree | 3d580509b79530d2d371dd6cd8e394d961777406 /x11/xscreensaver/Makefile | |
parent | Pointy hat time. The previous patch didn't accomplish the goal. This (diff) |
Update to 3.32, which contains no new hacks, but does contain a new system
to let the hacks which modify images use ones that you specify instead of
your desktop.
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index d45e07420473..19da7a83934c 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xscreensaver -PORTVERSION= 3.31 +PORTVERSION= 3.32 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -34,7 +34,8 @@ MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ vines.1 webcollage.1 whirlwindwarp.1 xflame.1 xjack.1 xlyap.1 \ xmatrix.1 xscreensaver-command.1 xscreensaver-demo.1 \ xscreensaver-gl-helper.1 xscreensaver.1 xsublim.1 xteevee.1 \ - zoom.1 molecule.1 rotzoomer.1 + zoom.1 molecule.1 rotzoomer.1 bumps.1 xscreensaver-getimage.1 \ + xscreensaver-getimage-file.1 xscreensaver-getimage-video.1 post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched |