diff options
author | Juergen Lock <nox@FreeBSD.org> | 2015-03-15 14:15:44 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2015-03-15 14:15:44 +0000 |
commit | 16890cf2b277affa30cc3bec4fe3fcbf5790cd22 (patch) | |
tree | e390a5c2e34cfe7aa138b8a0f5612dbc0620fa34 /multimedia/vlc | |
parent | cce92a46b3c4d48ff9d286d576d9787a5449fc04 (diff) | |
download | ports-16890cf2b277affa30cc3bec4fe3fcbf5790cd22.tar.gz ports-16890cf2b277affa30cc3bec4fe3fcbf5790cd22.zip |
Notes
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index b3d80b3095c0..197e462592be 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -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:${PORTSDIR}/audio/pulseaudio 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 |