diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-12 02:49:09 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-12 02:49:09 +0000 |
commit | b286f01b6c3af5d674e10da33f8eda0c2011007b (patch) | |
tree | 5b5b28fbe994903b41370bbd2b9ce075f1048a4e | |
parent | c70a8ff4c2a46ffd8db5138a3f64506a600a60db (diff) | |
download | ports-b286f01b6c3af5d674e10da33f8eda0c2011007b.tar.gz ports-b286f01b6c3af5d674e10da33f8eda0c2011007b.zip |
Notes
-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> |