diff options
author | asami <asami@FreeBSD.org> | 1997-05-20 14:29:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-20 14:29:26 +0800 |
commit | f4787a39246b87c596f069f6aa33bb6daf8190e2 (patch) | |
tree | c2d3f8d043853150d9bec8c3527b9c2d968c64bc | |
parent | 3c185d9510669e9f154afdd78a95c471785d0d1c (diff) | |
download | freebsd-ports-graphics-f4787a39246b87c596f069f6aa33bb6daf8190e2.tar.gz freebsd-ports-graphics-f4787a39246b87c596f069f6aa33bb6daf8190e2.tar.zst freebsd-ports-graphics-f4787a39246b87c596f069f6aa33bb6daf8190e2.zip |
Add camediaplay and qvplay.
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index da6672ef3d9..b32abadd5bf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.44 1997/02/28 10:54:04 tg Exp $ +# $Id: Makefile,v 1.45 1997/05/05 12:38:30 tg Exp $ # SUBDIR += ImageMagick SUBDIR += Mesa SUBDIR += aero + SUBDIR += camediaplay SUBDIR += dore SUBDIR += geomview SUBDIR += gd @@ -33,6 +34,7 @@ SUBDIR += plotmtv SUBDIR += png SUBDIR += povray + SUBDIR += qvplay SUBDIR += sced SUBDIR += spigot SUBDIR += splitmpg |