diff options
author | dougb <dougb@FreeBSD.org> | 2001-04-06 07:54:08 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-04-06 07:54:08 +0000 |
commit | 7a47e3e717c54bc0006e633fddc0da17e9bf9c3e (patch) | |
tree | 6a8708ab6ea1bd038cea20f687e8e9bdc97766de /x11/xscreensaver/Makefile | |
parent | 075ff4789b3d6ad1bff2110eb1c500fefa5f77be (diff) | |
download | FreeBSD-ports-7a47e3e717c54bc0006e633fddc0da17e9bf9c3e.zip FreeBSD-ports-7a47e3e717c54bc0006e633fddc0da17e9bf9c3e.tar.gz |
Update to 3.31, which adds 3 new "hacks" and updates some
of the existing ones.
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index dd216ba..d45e074 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xscreensaver -PORTVERSION= 3.29 +PORTVERSION= 3.31 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -17,7 +17,7 @@ USE_XPM= yes USE_MESA= yes WANT_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --without-gnome \ +CONFIGURE_ARGS= --without-pam --with-gl --with-xpm --without-gnome \ --with-zippy=/usr/games/fortune MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ @@ -34,7 +34,7 @@ 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 + zoom.1 molecule.1 rotzoomer.1 post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched |