diff options
author | dburr <dburr@FreeBSD.org> | 1999-03-20 14:54:00 +0000 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1999-03-20 14:54:00 +0000 |
commit | cb73866e1cd40efa350f1590026bf16e79d94efa (patch) | |
tree | 34d287111d1fabfd587e5de5ebee3bb0cd55c911 /graphics | |
parent | 7ce0d2692d2d3ccc0f1e78067d4e6eaa16e307ce (diff) | |
download | FreeBSD-ports-cb73866e1cd40efa350f1590026bf16e79d94efa.zip FreeBSD-ports-cb73866e1cd40efa350f1590026bf16e79d94efa.tar.gz |
Enable povray31.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 90f866b..988d3d3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.114 1999/03/14 02:52:30 flathill Exp $ +# $Id: Makefile,v 1.115 1999/03/19 22:23:22 asami Exp $ # SUBDIR += 4va @@ -78,6 +78,7 @@ SUBDIR += png SUBDIR += pnmtopng SUBDIR += povray + SUBDIR += povray31 SUBDIR += ppm2fli SUBDIR += pstoedit SUBDIR += py-imaging |