aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-12 02:49:09 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-12 02:49:09 +0000
commitb286f01b6c3af5d674e10da33f8eda0c2011007b (patch)
tree5b5b28fbe994903b41370bbd2b9ce075f1048a4e
parentc70a8ff4c2a46ffd8db5138a3f64506a600a60db (diff)
downloadports-b286f01b6c3af5d674e10da33f8eda0c2011007b.tar.gz
ports-b286f01b6c3af5d674e10da33f8eda0c2011007b.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.
Notes
Notes: svn path=/head/; revision=133115
-rw-r--r--x11-themes/clearlooks/Makefile3
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>