diff options
-rw-r--r-- | multimedia/vlc-devel/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vlc/Makefile | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 7b61cd48de63..a926c5e3d12b 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -214,6 +214,7 @@ PORTNAME= vlc DISTVERSION= 0.8.2-test1 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ ${MASTER_SITE_LOCAL:S|$|:mozilla|} \ @@ -299,6 +300,7 @@ WXGTK2_PORT= wxgtk24 .else WX_CONFIG= wxgtk2-2.6-config WXGTK2_PORT= wxgtk26 +CPPFLAGS+= -I${X11BASE}/include/wx-2.6/ .endif OPTIONS= AALIB "Console graphics support" Off \ diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 5973fb7d85dc..cb45bd4a6a31 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -180,7 +180,7 @@ PORTNAME= vlc PORTVERSION= 0.8.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \ http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \ @@ -265,6 +265,7 @@ WXGTK2_PORT= wxgtk24 .else WX_CONFIG= wxgtk2-2.6-config WXGTK2_PORT= wxgtk26 +CPPFLAGS+= -I${X11BASE}/include/wx-2.6/ .endif .include <bsd.port.pre.mk> |