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 0c934dc3ed45..c8dfac7fc776 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -3,6 +3,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo @@ -82,8 +83,7 @@ RESTRICTED_FILES= ${Y4M_VIDEO_DISTFILE} .endif .if ${PORT_OPTIONS:MGPAC} -BUILD_DEPENDS+= gpac-libgpac>=0.4.5,1:${PORTSDIR}/multimedia/gpac-libgpac -LIB_DEPENDS+= gpac.1:${PORTSDIR}/multimedia/gpac-libgpac +LIB_DEPENDS+= libgpac.so:${PORTSDIR}/multimedia/gpac-libgpac .else CONFIGURE_ARGS+= --disable-gpac .endif |