diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
commit | 6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /www/gallery3/Makefile | |
parent | 838bfabea59c3c6d88886bbf7417b92f560c5481 (diff) |
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=362053
Diffstat (limited to 'www/gallery3/Makefile')
-rw-r--r-- | www/gallery3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index b0bca51767ba..259221c17e55 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS+= dcraw:${PORTSDIR}/graphics/dcraw .endif .if ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg .endif .if ${PORT_OPTIONS:MGD} |