diff options
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 29b0f10..caa5f0b 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vlc -PORTVERSION= 0.2.83 -PORTREVISION= 1 +PORTVERSION= 0.2.90 CATEGORIES= graphics MASTER_SITES= http://www.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ ftp://ftp.Awfulhak.org/pub/vlc/ \ @@ -20,6 +19,8 @@ LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 GNU_CONFIGURE= yes CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + INCLUDE="-I${LOCALBASE}/include" \ + LIB="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GTK= yes USE_GMAKE= yes |