diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 22:07:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 22:07:59 +0800 |
commit | e2f15954f8960a944e8d5b2c28982257d8c6e91f (patch) | |
tree | e5482b9108c459fc4f4cd991ab10f7b31c6d2ab7 /multimedia/tovid/Makefile | |
parent | dbbdc32fe3b192f560ba7c4cb73366f3e78757a5 (diff) | |
download | freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.gz freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.tar.zst freebsd-ports-gnome-e2f15954f8960a944e8d5b2c28982257d8c6e91f.zip |
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Diffstat (limited to 'multimedia/tovid/Makefile')
-rw-r--r-- | multimedia/tovid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/tovid/Makefile b/multimedia/tovid/Makefile index e75595178133..7c1173899543 100644 --- a/multimedia/tovid/Makefile +++ b/multimedia/tovid/Makefile @@ -33,7 +33,6 @@ BUILD_DEPENDS= \ tcrequant:${PORTSDIR}/multimedia/transcode \ vcdxbuild:${PORTSDIR}/multimedia/vcdimager \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ - mkisofs:${PORTSDIR}/sysutils/cdrtools \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools RUN_DEPENDS= \ ${BUILD_DEPENDS} \ @@ -41,6 +40,7 @@ RUN_DEPENDS= \ USE_PYTHON= yes USE_PYDISTUTILS= yes +USE_CDRTOOLS= yes USE_WX= 2.6 WX_COMPS= python GNU_CONFIGURE= yes |