diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 03:00:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 03:00:39 +0000 |
commit | 913373da4a0a3906bb7ba2176572d5ab6dfba00f (patch) | |
tree | 16a551244f697ad7017e7048b1c7153fa7f7222a /multimedia/x264/Makefile | |
parent | 917cd0b4039c54d906bd5c72907451833de099e6 (diff) |
Notes
Diffstat (limited to 'multimedia/x264/Makefile')
-rw-r--r-- | multimedia/x264/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 65ce018780f4..2cdf29e943ee 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -6,8 +6,7 @@ # PORTNAME= x264 -PORTVERSION= 0.0.20050421 -PORTREVISION= 1 +PORTVERSION= 0.0.20050518 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_LOCAL:S|$|ahze/|} # http://download.videolan.org/pub/videolan/contrib/ \ @@ -18,7 +17,6 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Multimedia library and tool for encoding H.264/AVC video streams USE_GETOPT_LONG=yes -USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_REINPLACE= yes USE_GMAKE= yes |