svn commit: r381333 - head/multimedia/vlc

Juergen Lock nox at FreeBSD.org
Sun Mar 15 14:15:45 UTC 2015


Author: nox
Date: Sun Mar 15 14:15:44 2015
New Revision: 381333
URL: https://svnweb.freebsd.org/changeset/ports/381333
QAT: https://qat.redports.org/buildarchive/r381333/

Log:
  - Switch qt5 buildtools dep to be a build dep only.
  - Bump PORTREVISION.
  
  Submitted by:	makc (via private email)

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Sun Mar 15 14:07:00 2015	(r381332)
+++ head/multimedia/vlc/Makefile	Sun Mar 15 14:15:44 2015	(r381333)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
@@ -233,7 +233,7 @@ PULSEAUDIO_LIB_DEPENDS=	libpulse.so:${PO
 PULSEAUDIO_CONFIGURE_ENABLE=	pulse
 
 QT5_CONFIGURE_ENABLE=	qt
-QT5_USE=		QT5=gui,core,widgets,x11extras,buildtools
+QT5_USE=		QT5=gui,core,widgets,x11extras,buildtools_build
 
 REALRTSP_CONFIGURE_ENABLE=	realrtsp
 


More information about the svn-ports-head mailing list