diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ffmpeg/Makefile | 7 | ||||
-rw-r--r-- | graphics/ffmpeg/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index 234c5083b7f5..dba45bad6419 100644 --- a/graphics/ffmpeg/Makefile +++ b/graphics/ffmpeg/Makefile @@ -9,8 +9,9 @@ PORTNAME= ffmpeg PORTVERSION= 0.4.5 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://ffmpeg.sourceforge.net/ -DISTNAME= ffmpeg-cvs +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux +DISTNAME= ffmpeg-cvs-2002101400 MAINTAINER= lioux@FreeBSD.org @@ -26,7 +27,7 @@ USE_REINPLACE= yes CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \ --make="${GMAKE}" --enable-shared \ --extra-cflags="-I${LOCALBASE}/include" \ - --extra-libs="-L${LOCALBASE}/lib" + --extra-libs="-lm -L${LOCALBASE}/lib" PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} INSTALLS_SHLIB= yes diff --git a/graphics/ffmpeg/distinfo b/graphics/ffmpeg/distinfo index 5830545317e7..81f6b0fad342 100644 --- a/graphics/ffmpeg/distinfo +++ b/graphics/ffmpeg/distinfo @@ -1 +1 @@ -MD5 (ffmpeg-cvs.tar.gz) = 1529544a5d5f9c2891be1f53b39510dd +MD5 (ffmpeg-cvs-2002101400.tar.gz) = 13d04dcb31a09ff98a4caccbeed8dbc5 |