diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-17 03:12:25 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-17 03:12:25 +0800 |
commit | f264f32cd35015aac80fa2aea21c16ea840d0ed4 (patch) | |
tree | 82614a53a1dd10cacd3ea08a10d4ec1b3d1430c0 /multimedia/tosvcd | |
parent | 832da3d244d86f6e7854788e404949e7ec60b8f9 (diff) | |
download | freebsd-ports-gnome-f264f32cd35015aac80fa2aea21c16ea840d0ed4.tar.gz freebsd-ports-gnome-f264f32cd35015aac80fa2aea21c16ea840d0ed4.tar.zst freebsd-ports-gnome-f264f32cd35015aac80fa2aea21c16ea840d0ed4.zip |
Fix typo: RUN_DEPNDS -> RUN_DEPENDS
Diffstat (limited to 'multimedia/tosvcd')
-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 18d390d29eb5..15d9f56b60aa 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 |