diff options
author | lme <lme@FreeBSD.org> | 2008-01-01 02:02:00 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2008-01-01 02:02:00 +0800 |
commit | db1805d14dd75bc00c289d7fa7b0ed25dde45cf2 (patch) | |
tree | 8700a5cf13bdd0c1cb58cf22ebc8dd54c682beae /graphics/Makefile | |
parent | 8663e8e57bf5a9c2aad9f784cb5955d2a2a8f499 (diff) | |
download | freebsd-ports-gnome-db1805d14dd75bc00c289d7fa7b0ed25dde45cf2.tar.gz freebsd-ports-gnome-db1805d14dd75bc00c289d7fa7b0ed25dde45cf2.tar.zst freebsd-ports-gnome-db1805d14dd75bc00c289d7fa7b0ed25dde45cf2.zip |
Program to convert VRML files to POVRay source.
WWW: http://www.chemicalgraphics.com/paul/vrml2pov/
PR: ports/119182
Submitted by: Martin Dieringer <martin.dieringer (AT) gmx.de>
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 f5f5fd88bb39..81d3c94b4efd 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -730,6 +730,7 @@ SUBDIR += visionegg SUBDIR += visprint SUBDIR += vp + SUBDIR += vrml2pov SUBDIR += vvv SUBDIR += whirlgif SUBDIR += white_dune |