svn commit: r496716 - head/multimedia/dvbcut
Stefan Esser
se at FreeBSD.org
Sun Mar 24 10:26:47 UTC 2019
Author: se
Date: Sun Mar 24 10:26:46 2019
New Revision: 496716
URL: https://svnweb.freebsd.org/changeset/ports/496716
Log:
Remove obsolete options dialog (which now only offered QT5 since QT4 has
been removed from the ports system).
The port revision is kept unchanged since the binaries and packages built
from this port are unaffected by this changed.
Approved by: antoine (implicit)
Modified:
head/multimedia/dvbcut/Makefile
Modified: head/multimedia/dvbcut/Makefile
==============================================================================
--- head/multimedia/dvbcut/Makefile Sun Mar 24 10:10:02 2019 (r496715)
+++ head/multimedia/dvbcut/Makefile Sun Mar 24 10:26:46 2019 (r496716)
@@ -21,8 +21,10 @@ LIB_DEPENDS= liba52.so:audio/liba52 \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= compiler:c++11-lang desktop-file-utils pkgconfig \
- qmake:outsource shared-mime-info
+ qmake:outsource qt:5 shared-mime-info
+USE_QT= core gui widgets xml buildtools_build linguisttools_build
+USE_GL= gl
USE_GITHUB= yes
GH_ACCOUNT= bernhardu
GH_PROJECT= dvbcut-deb
@@ -35,12 +37,6 @@ CXXFLAGS+= -I${LOCALBASE}/include \
QMAKE_SOURCE_PATH=${WRKSRC}/src
QMAKE_ARGS= LRELEASE="${LRELEASE}"
-
-OPTIONS_DEFINE= QT5
-OPTIONS_DEFAULT= QT5
-
-QT5_USES= qt:5
-QT5_USE= QT=core,gui,widgets,xml,buildtools_build,linguisttools_build GL=gl
post-build:
@${SED} -e 's;@prefix@;${PREFIX};' \
More information about the svn-ports-head
mailing list