diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-11-12 03:52:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-11-12 03:52:13 +0000 |
commit | 063163509dc419a02ba8551b0489c906b749888c (patch) | |
tree | fd22d86ff52ed56d0934990ad1887bca8d011236 /x11/xscreensaver/Makefile | |
parent | ad6538ae3a7a61d0279e4524b757d9b667046b45 (diff) | |
download | ports-063163509dc419a02ba8551b0489c906b749888c.tar.gz ports-063163509dc419a02ba8551b0489c906b749888c.zip |
Upgrade to 3.26.
Notes
Notes:
svn path=/head/; revision=35034
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 1d0b71ebed93..8ea2a44dce9a 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xscreensaver -PORTVERSION= 3.24 +PORTVERSION= 3.26 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -17,20 +17,21 @@ USE_XPM= yes USE_MESA= yes WANT_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm +CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --without-gnome MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ bsod.1 bubbles.1 critical.1 decayscreen.1 \ deco.1 distort.1 drift.1 epicycle.1 flag.1 flame.1 \ - forest.1 galaxy.1 goop.1 grav.1 greynetic.1 \ + forest.1 galaxy.1 gflux.1 goop.1 grav.1 greynetic.1 \ halo.1 helix.1 hopalong.1 hypercube.1 ifs.1 \ imsmap.1 jigsaw.1 julia.1 kaleidescope.1 lament.1 laser.1 \ - lightning.1 lisa.1 lmorph.1 maze.1 moire.1 munch.1 noseguy.1 \ - pedal.1 penrose.1 phosphor.1 pyro.1 qix.1 rd-bomb.1 rocks.1 \ - rorschach.1 sierpinski.1 slidescreen.1 slip.1 sonar.1 sphere.1\ - spiral.1 spotlight.1 squiral.1 starfish.1 strange.1 swirl.1 \ - t3d.1 vidwhacker.1 vines.1 webcollage.1 xflame.1 xjack.1 \ - xlyap.1 xmatrix.1 xroger.1 xscreensaver-command.1 \ + lightning.1 lisa.1 lmorph.1 maze.1 moire.1 munch.1 nerverot.1 \ + noseguy.1 pedal.1 penrose.1 petri.1 phosphor.1 pyro.1 qix.1 \ + rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 slidescreen.1 \ + slip.1 sonar.1 sphere.1 spiral.1 spotlight.1 squiral.1 \ + starfish.1 strange.1 swirl.1 t3d.1 vidwhacker.1 vines.1 \ + webcollage.1 xflame.1 xjack.1 xlyap.1 xmatrix.1 xroger.1 \ + xscreensaver-command.1 xscreensaver-gl-helper.1 \ xscreensaver.1 xsublim.1 xteevee.1 .include <bsd.port.pre.mk> |