1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- 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.
This commit is contained in:
Michael Johnson 2005-04-12 02:49:09 +00:00
parent c70a8ff4c2
commit b286f01b6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133115

View File

@ -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>