diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-16 19:12:25 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-16 19:12:25 +0000 |
commit | f264f32cd35015aac80fa2aea21c16ea840d0ed4 (patch) | |
tree | 82614a53a1dd10cacd3ea08a10d4ec1b3d1430c0 | |
parent | 832da3d244d86f6e7854788e404949e7ec60b8f9 (diff) | |
download | FreeBSD-ports-f264f32cd35015aac80fa2aea21c16ea840d0ed4.zip FreeBSD-ports-f264f32cd35015aac80fa2aea21c16ea840d0ed4.tar.gz |
Fix typo: RUN_DEPNDS -> RUN_DEPENDS
-rw-r--r-- | multimedia/tosvcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/tosvcd/Makefile b/multimedia/tosvcd/Makefile index 18d390d..15d9f56 100644 --- a/multimedia/tosvcd/Makefile +++ b/multimedia/tosvcd/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://muse.seh.de/tosvcd/ MAINTAINER= ports@FreeBSD.org -RUN_DEPNDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ +RUN_DEPENDS= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools \ vcdimager:${PORTSDIR}/graphics/vcdimager USE_BZIP2= yes |