diff options
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r-- | multimedia/x264/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 95316bac1505..a0419ab8ebb9 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -6,7 +6,7 @@ # PORTNAME= x264 -PORTVERSION= 0.0.20050914 +PORTVERSION= 0.0.20051002 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL:S|$|ahze/|} \ http://people.freebsd.org/~ahze/distfiles/ @@ -63,7 +63,7 @@ CFLAGS+= -O2 -funroll-loops -ffast-math .endif .if !defined(WITHOUT_GPAC) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libm4systems_static.a:${PORTSDIR}/multimedia/gpac-libm4systems +BUILD_DEPENDS+= ${LOCALBASE}/lib/libgpac_static.a:${PORTSDIR}/multimedia/gpac-libm4systems CONFIGURE_ARGS+= --enable-mp4-output .endif |