diff options
Diffstat (limited to 'multimedia/vlc-devel/Makefile')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 8b4923d0957f..a6143f7ee175 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -218,7 +218,7 @@ PORTNAME= vlc DISTVERSION= 0.8.4.20051027 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/vlc/snapshots/ # http://download2.videolan.org/pub/videolan/testing/${PORTNAME}-${DISTVERSION}/ \ @@ -405,6 +405,10 @@ DEFAULT_DVD_DEVICE=/dev/acd0 .endif .endif +.if ${HAVE_GNOME:Mgnomevfs2} +USE_GNOME+= gnomevfs2 +.endif + .if defined(WITH_CDROM_DEVICE) DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE} .else |