diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-01-16 19:12:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-01-16 19:12:25 +0000 |
commit | 116db743846de38ad7d3c807ddbcaddc95e2f83d (patch) | |
tree | ef06614a59683467575843b543fd3f68e1854922 /multimedia | |
parent | Chase libdv library version bump in version 0.9.9 (diff) |
Fix typo: RUN_DEPNDS -> RUN_DEPENDS
Notes
Notes:
svn path=/head/; revision=73273
Diffstat (limited to 'multimedia')
-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 |