diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-08 22:11:23 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-08 22:11:23 +0000 |
commit | 52a6a50c6d3f79bc2587e87ff524237a479dc4b1 (patch) | |
tree | 53bd7667fcd0c050680a711716f2cdf7571b1b80 /graphics/amide | |
parent | ee525e14befad8af7966350b7b99b4a6ea360fa7 (diff) | |
download | ports-52a6a50c6d3f79bc2587e87ff524237a479dc4b1.tar.gz ports-52a6a50c6d3f79bc2587e87ff524237a479dc4b1.zip |
Notes
Diffstat (limited to 'graphics/amide')
-rw-r--r-- | graphics/amide/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index d0bdd61d9bfb..516acc4c7c2c 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -2,7 +2,7 @@ PORTNAME= amide PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -40,7 +40,7 @@ DCMTK_LIB_DEPENDS= libdcmdata.so:${PORTSDIR}/devel/dcmtk FAME_CONFIGURE_ENABLE= libfame FAME_LIB_DEPENDS= libfame.so:${PORTSDIR}/multimedia/libfame FFMPEG_CONFIGURE_ENABLE= ffmpeg -FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 GSL_CONFIGURE_ENABLE= libgsl GSL_LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl VOLPACK_CONFIGURE_ENABLE= libvolpack @@ -52,7 +52,10 @@ NLS_CONFIGURE_ENABLE= nls post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ ${WRKSRC}/amide_config.h.in - @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' \ + @${REINPLACE_CMD} \ + -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + -e 's|libavcodec|libavcodec0|g' \ + -e 's|libavutil|libavutil0|g' \ ${WRKSRC}/configure .include <bsd.port.mk> |