diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /multimedia/subtitleripper/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'multimedia/subtitleripper/Makefile')
-rw-r--r-- | multimedia/subtitleripper/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/subtitleripper/Makefile b/multimedia/subtitleripper/Makefile index 4044ccb4eb4e..85d88dfc10fe 100644 --- a/multimedia/subtitleripper/Makefile +++ b/multimedia/subtitleripper/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.3-4 MAINTAINER= multimedia@FreeBSD.org COMMENT= Convert DVD subtitles into text format (subrip srt) or VobSub format -LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm \ - libpng.so:${PORTSDIR}/graphics/png -RUN_DEPENDS= gocr:${PORTSDIR}/graphics/gocr \ - xv:${PORTSDIR}/graphics/xv \ - transcode:${PORTSDIR}/multimedia/transcode +LIB_DEPENDS= libnetpbm.so:graphics/netpbm \ + libpng.so:graphics/png +RUN_DEPENDS= gocr:graphics/gocr \ + xv:graphics/xv \ + transcode:multimedia/transcode USES= gmake tar:tgz |