diff options
Diffstat (limited to 'audio/soundgrab/Makefile')
-rw-r--r-- | audio/soundgrab/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile index 55df71365921..f84eb3e6f2eb 100644 --- a/audio/soundgrab/Makefile +++ b/audio/soundgrab/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Interactively select and save sections of an audio file -RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ - rawplay:${PORTSDIR}/audio/rawrec \ - oggenc:${PORTSDIR}/audio/vorbis-tools \ - flac:${PORTSDIR}/audio/flac \ - p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= sox:audio/sox \ + rawplay:audio/rawrec \ + oggenc:audio/vorbis-tools \ + flac:audio/flac \ + p5-ReadLine-Gnu>=0:devel/p5-ReadLine-Gnu \ + p5-Time-HiRes>=0:devel/p5-Time-HiRes LICENSE= GPLv2 |