diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-28 17:39:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-28 17:39:53 +0000 |
commit | b1a1d38bf9ef78334b640d30046388a9c055c3a9 (patch) | |
tree | 7b9785f1f0c244da1f5b69a2a610e3f37eb786a8 /biology | |
parent | - Update brotli to e26248e (diff) |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
Notes
Notes:
svn path=/head/; revision=473503
Diffstat (limited to 'biology')
-rw-r--r-- | biology/clustalx/Makefile | 4 | ||||
-rw-r--r-- | biology/ugene/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/clustalx/Makefile b/biology/clustalx/Makefile index 2b157a7d5287..8aa1841b5e39 100644 --- a/biology/clustalx/Makefile +++ b/biology/clustalx/Makefile @@ -12,8 +12,8 @@ COMMENT= Multiple alignment of nucleic acid and protein sequences with GUI LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= qmake -USE_QT4= corelib gui moc qmake_build xml +USES= qmake qt:4 +USE_QT= corelib gui moc qmake_build xml PLIST_FILES= bin/clustalx \ ${DATADIR}/colprot.xml \ diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile index 5874cf044173..66460d5de368 100644 --- a/biology/ugene/Makefile +++ b/biology/ugene/Makefile @@ -20,9 +20,9 @@ RUN_DEPENDS= bash:shells/bash BROKEN_aarch64= Fails to build: invokes x86 asm -USES= desktop-file-utils qmake +USES= desktop-file-utils qmake qt:5 USE_GL= glu -USE_QT5= buildtools_build linguisttools_build scripttools_build \ +USE_QT= buildtools_build linguisttools_build scripttools_build \ gui network printsupport script sql svg webkit widgets xml \ imageformats_run |