diff options
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index f3c98277e722..653281dea313 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/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> |