diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-08-23 23:09:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-08-23 23:09:53 +0000 |
commit | 9cfc20a27688bd86e7823b1ec537e7638072826b (patch) | |
tree | 411574f413f66918f5ea1fdd99c5c123c86ba34c /multimedia/libmatroska/Makefile | |
parent | f0a3bab80b3e63f65d5416aafdca5b086beeced6 (diff) | |
download | ports-9cfc20a27688bd86e7823b1ec537e7638072826b.tar.gz ports-9cfc20a27688bd86e7823b1ec537e7638072826b.zip |
Notes
Diffstat (limited to 'multimedia/libmatroska/Makefile')
-rw-r--r-- | multimedia/libmatroska/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index a44d69bc7262..3a36b1f678cd 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libmatroska -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= multimedia audio MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \ - http://www.bunkus.org/videotools/mkvtoolnix/sources/ + http://www.bunkus.org/videotools/mkvtoolnix/sources/old/ MAINTAINER= lioux@FreeBSD.org COMMENT= Extensible Multimedia Container Format @@ -46,19 +46,7 @@ do-configure: .include <bsd.port.pre.mk> -# gcc 3.2 was available on 5.x before this OSVERSION -# do not build gcc 3.3 unless necessary -.if ${OSVERSION} < 501103 -# use gcc 3.2 -USE_GCC=3.2 -.else -# default for 5.x series -USE_GCC=3.3 -.endif - .if ${OSVERSION} < 500000 -USE_GCC=2.95 -# this is gcc 2.x CFLAGS+= -DNO_WSTRING -I${LOCALBASE}/include .endif |