Date: Thu, 1 Jun 2017 20:22:18 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442330 - head/net-p2p/torrent-file-editor Message-ID: <201706012022.v51KMIBa021383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Jun 1 20:22:18 2017 New Revision: 442330 URL: https://svnweb.freebsd.org/changeset/ports/442330 Log: - Add missing `desktop-file-utils' to USES as reported by `stage-qa' - Allow to optionally inhibit donation text in the About dialog Modified: head/net-p2p/torrent-file-editor/Makefile Modified: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- head/net-p2p/torrent-file-editor/Makefile Thu Jun 1 19:59:21 2017 (r442329) +++ head/net-p2p/torrent-file-editor/Makefile Thu Jun 1 20:22:18 2017 (r442330) @@ -11,15 +11,20 @@ COMMENT= Qt-based GUI tool for creating and editing .t LICENSE= GPLv3 -USES= cmake +USES= cmake desktop-file-utils _QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \ uic_build corelib gui _QT5_DEPS= buildtools_build linguisttools_build qmake_build \ core gui widgets -OPTIONS_DEFINE= QT5 +OPTIONS_DEFINE= DONATION QT5 +OPTIONS_DEFAULT= DONATION + +DONATION_DESC= Show donation text in the About dialog QT5_DESC= Build against Qt 5 instead of Qt 4 + +DONATION_CMAKE_OFF= -DDISABLE_DONATION:BOOL=ON QT5_USE= QT5=${_QT5_DEPS:ts,} QT5_USE_OFF= QT4=${_QT4_DEPS:ts,}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706012022.v51KMIBa021383>