diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-07-27 01:47:22 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-07-27 01:47:22 +0000 |
commit | 7cad67796081aa7ee85590233c88c778d6ddee47 (patch) | |
tree | 6f633f8f14ba812386b3164a8a80c7766d4ec756 /multimedia/libmpeg2/Makefile | |
parent | ba1332b8558ec479f498999764dbd4faa9d5b324 (diff) |
Notes
Diffstat (limited to 'multimedia/libmpeg2/Makefile')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 53d59694a622..bbd406e91999 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -6,16 +6,14 @@ # PORTNAME= libmpeg2 -PORTVERSION= 0.4.1 -PORTREVISION= 4 +PORTVERSION= 0.5.1 CATEGORIES= multimedia MASTER_SITES= http://libmpeg2.sourceforge.net/files/ -DISTNAME= mpeg2dec-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams -USE_GNOME= gnometarget +USE_GNOME= gnometarget ltverhack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes @@ -28,7 +26,6 @@ PORTDOCS= libmpeg2.txt README .ifdef(WITH_SDL) USE_SDL= yes -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libvo::configure.incl CONFIGURE_ARGS+= --enable-sdl .else CONFIGURE_ARGS+= --disable-sdl |