diff options
author | dougb <dougb@FreeBSD.org> | 2001-12-23 08:02:14 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-12-23 08:02:14 +0000 |
commit | a025bbf5c9ec79993edda4a644c71161703811ab (patch) | |
tree | 3629be9de595f1aa7d71a4968fd2039f530bcddc /x11/xscreensaver/Makefile | |
parent | 6d956c2491c8f4dc71170c069b6044a9040e90f5 (diff) | |
download | FreeBSD-ports-a025bbf5c9ec79993edda4a644c71161703811ab.zip FreeBSD-ports-a025bbf5c9ec79993edda4a644c71161703811ab.tar.gz |
* Upgrade to 3.34, which is mostly bug fixes, and two new hacks.
* Correct something I didn't catch when I took over the port... if we want
the -demo program to handle settings, GTK isn't optional.
* Add a patch that handles an overly enthusiastic attempt to avoid bzero
(which one of the hacks actually uses).
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index c626acc..74c1b90 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xscreensaver -PORTVERSION= 3.33 +PORTVERSION= 3.34 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -17,7 +17,7 @@ LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle USE_X_PREFIX= yes USE_XPM= yes USE_MESA= yes -WANT_GTK= yes +USE_GTK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-xpm --without-gnome \ --with-zippy=/usr/games/fortune --with-gle @@ -38,7 +38,7 @@ MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ xscreensaver-gl-helper.1 xscreensaver.1 xsublim.1 xteevee.1 \ zoom.1 molecule.1 rotzoomer.1 bumps.1 xscreensaver-getimage.1 \ xscreensaver-getimage-file.1 xscreensaver-getimage-video.1 \ - speedmine.1 whirlygig.1 + speedmine.1 whirlygig.1 penetrate.1 post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched @@ -50,9 +50,4 @@ post-patch: .include <bsd.port.pre.mk> -.if defined(HAVE_GTK) -USE_GTK= yes -CONFIGURE_ARGS+= --with-gtk -.endif - .include <bsd.port.post.mk> |