diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-12 10:49:09 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-12 10:49:09 +0800 |
commit | c4111509081e059378dccea79903df7c1d4d2c75 (patch) | |
tree | c56ee1ef1561ba3d185db3ee712a2b092e9a329b | |
parent | 403bb686c9091b0e249f8d7f632ee160935128e1 (diff) | |
download | freebsd-ports-gnome-c4111509081e059378dccea79903df7c1d4d2c75.tar.gz freebsd-ports-gnome-c4111509081e059378dccea79903df7c1d4d2c75.tar.zst freebsd-ports-gnome-c4111509081e059378dccea79903df7c1d4d2c75.zip |
- Add WITH_ANIMATION to OPTIONS, off by default. This enables experimental
animated progressbars.
I've used this for a while and it seems to work well.
-rw-r--r-- | x11-themes/clearlooks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index e9f2a32fc377..51b5848a1291 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -22,7 +22,8 @@ USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" -OPTIONS= METACITY "Depend on MetaCity Theme" On +OPTIONS= METACITY "Depend on MetaCity Theme" On \ + ANIMATION "Enable experimental animated progressbars" Off .include <bsd.port.pre.mk> |