diff options
author | krion <krion@FreeBSD.org> | 2004-10-12 21:09:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-12 21:09:30 +0800 |
commit | 5ff628dd9ddd884bb991dcf757cf8757506a2777 (patch) | |
tree | c76abab124fa7a90796ef5321d4d944d277044dd /graphics/Makefile | |
parent | 4817a0ab801c8810c67c65cf31585ef8ea7e7e15 (diff) | |
download | freebsd-ports-graphics-5ff628dd9ddd884bb991dcf757cf8757506a2777.tar.gz freebsd-ports-graphics-5ff628dd9ddd884bb991dcf757cf8757506a2777.tar.zst freebsd-ports-graphics-5ff628dd9ddd884bb991dcf757cf8757506a2777.zip |
Add libsvg 0.1.2, a parser for SVG content in files or buffers.
PR: ports/72406
Submitted by: Michael Johnson <ahze@ahze.net>
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 139807cbc76..5d6c9f9e11f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -249,6 +249,7 @@ SUBDIR += libqglviewer SUBDIR += librsvg SUBDIR += librsvg2 + SUBDIR += libsvg SUBDIR += libtheora SUBDIR += libungif SUBDIR += libv3d |