diff options
author | roger <roger@FreeBSD.org> | 1999-02-12 23:25:47 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-02-12 23:25:47 +0800 |
commit | 6c087741aac4ae2fda64a7c587d3bbd22e887b04 (patch) | |
tree | c6c6161886b9fcc7e3218e9df285aa9f6c28b439 /multimedia | |
parent | 6ad48bb8ae1beb54db6fe50aa1192009d6940719 (diff) | |
download | freebsd-ports-graphics-6c087741aac4ae2fda64a7c587d3bbd22e887b04.tar.gz freebsd-ports-graphics-6c087741aac4ae2fda64a7c587d3bbd22e887b04.tar.zst freebsd-ports-graphics-6c087741aac4ae2fda64a7c587d3bbd22e887b04.zip |
Updated authors email address
Submitted by: Randall Hopper <aa8vb@pagesz.net>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fxtv/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index aba0514cf3b..8f5b0d2ac5e 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: fxtv # Version required: 0.48 # Date created: Sun Sep 7 17:55:07 EDT 1997 -# Whom: Randall Hopper <rhh@ct.picker.com> +# Whom: Randall Hopper <aa8vb@pagesz.net> # -# $Id: Makefile,v 1.14 1998/11/25 09:01:17 asami Exp $ +# $Id: Makefile,v 1.15 1999/02/06 07:32:58 markm Exp $ # DISTNAME= fxtv-0.48 @@ -11,14 +11,14 @@ CATEGORIES= graphics MASTER_SITES= http://www.pagesz.net/~aa8vb/fxtv/ EXTRACT_SUFX= .tgz -MAINTAINER= rhh@ct.picker.com +MAINTAINER= aa8vb@pagesz.net LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm -# This program does not actually depend on the below, but they are pretty -# useful if you are into digital video recording and playback. +# This program does not actually require the programs below, but they are +# needed if you use digital video recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ # mpg123:${PORTSDIR}/audio/mpg123 \ # mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ |