diff options
author | kwm <kwm@FreeBSD.org> | 2004-12-01 05:52:52 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2004-12-01 05:52:52 +0800 |
commit | dd054ea0c0490f04d492416b0ce253e1e83ef3a5 (patch) | |
tree | 4a4e58d3eb34f126a6b222e02aa90882e5d977ba /graphics/Makefile | |
parent | 45c6945e6f7d11cc2138fb5935286877c055b038 (diff) | |
download | freebsd-ports-graphics-dd054ea0c0490f04d492416b0ce253e1e83ef3a5.tar.gz freebsd-ports-graphics-dd054ea0c0490f04d492416b0ce253e1e83ef3a5.tar.zst freebsd-ports-graphics-dd054ea0c0490f04d492416b0ce253e1e83ef3a5.zip |
Add libvisual. Libvisual is an abstraction library that comes between
applications and audio visualisation plugins.
Approved by: pav (mentor)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cfb310b20e2..0d2919c0a74 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -265,6 +265,7 @@ SUBDIR += libtheora SUBDIR += libungif SUBDIR += libv3d + SUBDIR += libvisual SUBDIR += libwmf SUBDIR += libwpcg SUBDIR += linplasma |