diff options
author | se <se@FreeBSD.org> | 2019-03-24 18:26:46 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2019-03-24 18:26:46 +0800 |
commit | d0fa01ae5af89855d05ebd9fe6d38967025c959e (patch) | |
tree | c6f8ef064f8872e69d5d3573bd25e7dd6249718f /multimedia/dvbcut | |
parent | 66f4c5585bf17fc0f9ad546859d367335be84a3e (diff) | |
download | freebsd-ports-gnome-d0fa01ae5af89855d05ebd9fe6d38967025c959e.tar.gz freebsd-ports-gnome-d0fa01ae5af89855d05ebd9fe6d38967025c959e.tar.zst freebsd-ports-gnome-d0fa01ae5af89855d05ebd9fe6d38967025c959e.zip |
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)
Diffstat (limited to 'multimedia/dvbcut')
-rw-r--r-- | multimedia/dvbcut/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/dvbcut/Makefile b/multimedia/dvbcut/Makefile index ffc6c04a2819..aa99f5ec1c3b 100644 --- a/multimedia/dvbcut/Makefile +++ b/multimedia/dvbcut/Makefile @@ -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 @@ -36,12 +38,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};' \ < ${WRKSRC}/dvbcut.desktop.in \ |