diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-26 04:04:20 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-26 04:04:20 +0000 |
commit | 719725573589c488203bcdbb08d997d3bec549ee (patch) | |
tree | 99f3ee6f530f9448715313baccfe0b1bae45c232 /graphics/Makefile | |
parent | 8a15221195b1b871246d70fe75a07fdf3a320012 (diff) | |
download | ports-719725573589c488203bcdbb08d997d3bec549ee.tar.gz ports-719725573589c488203bcdbb08d997d3bec549ee.zip |
Activate rayshade.
Notes
Notes:
svn path=/head/; revision=11147
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index aa901e9a5942..c5ecb584688f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.74 1998/05/18 08:32:45 tg Exp $ +# $Id: Makefile,v 1.75 1998/05/19 08:51:56 tg Exp $ # SUBDIR += EZWGL @@ -56,6 +56,7 @@ SUBDIR += ppm2fli SUBDIR += qgl SUBDIR += qvplay + SUBDIR += rayshade SUBDIR += sane SUBDIR += sced SUBDIR += spigot |