diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-03 01:07:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-03 01:07:19 +0000 |
commit | 35ae35ccc2e5bdafbd59dd9301febea84e77ce93 (patch) | |
tree | c40aa02356f065c3e536acd1b84a1bd483926c47 /multimedia/x264/Makefile | |
parent | 2317d4b95835b7333b45cd857fdd4121ffee232b (diff) |
Notes
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 |