diff options
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 dd216ba8acc0..d45e07420473 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 |