diff options
Diffstat (limited to 'graphics/vlc/Makefile')
-rw-r--r-- | graphics/vlc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/vlc/Makefile b/graphics/vlc/Makefile index f3c9827..653281d 100644 --- a/graphics/vlc/Makefile +++ b/graphics/vlc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vlc -PORTVERSION= 0.2.81 -PORTREVISION= 1 +PORTVERSION= 0.2.82 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/0.2.81/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ @@ -26,8 +25,4 @@ USE_GTK= yes USE_GMAKE= yes USE_BZIP2= yes -pre-patch: - @${PERL} -pi.orig -e "s|SDL/SDL.h|SDL11/SDL.h|g" ${WRKSRC}/configure \ - ${WRKSRC}/plugins/sdl/vout_sdl.c - .include <bsd.port.mk> |