svn commit: r313655 - head/devel/gvfs

Koop Mast kwm at FreeBSD.org
Fri Mar 8 15:29:08 UTC 2013


Author: kwm
Date: Fri Mar  8 15:29:07 2013
New Revision: 313655
URL: http://svnweb.freebsd.org/changeset/ports/313655

Log:
  Disable detection of libbluray.
  
  Reported by:	mandree@

Modified:
  head/devel/gvfs/Makefile

Modified: head/devel/gvfs/Makefile
==============================================================================
--- head/devel/gvfs/Makefile	Fri Mar  8 15:24:56 2013	(r313654)
+++ head/devel/gvfs/Makefile	Fri Mar  8 15:29:07 2013	(r313655)
@@ -25,6 +25,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-obexftp \
+		--disable-bluray \
 		--disable-afc
 
 OPTIONS_DEFINE=	AVAHI SAMBA GPHOTO2 CDDA HAL FUSE


More information about the svn-ports-head mailing list