diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-20 03:01:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-20 03:01:24 +0800 |
commit | 93bc1e03cb217ea739d4a369605b55d849e5ecee (patch) | |
tree | 4391a5ed01f0c5c8548e787de52045633f17a8a8 /www/otter-browser | |
parent | 7adf934a22bc75eb3bd231eda010d01a7cda82d5 (diff) | |
download | freebsd-ports-gnome-93bc1e03cb217ea739d4a369605b55d849e5ecee.tar.gz freebsd-ports-gnome-93bc1e03cb217ea739d4a369605b55d849e5ecee.tar.zst freebsd-ports-gnome-93bc1e03cb217ea739d4a369605b55d849e5ecee.zip |
Mark BROKEN: fails to configure
CMake Error at /usr/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message):
The imported target "Qt5::Core" references the file
"/usr/local/lib/qt5/bin/qmake"
but this file does not exist
Reported by: pkg-fallout
Diffstat (limited to 'www/otter-browser')
-rw-r--r-- | www/otter-browser/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index f2f532c4c5f3..105259ea3fc6 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Browser based on Qt 5 +BROKEN= Fails to configure + USE_QT5= concurrent core gui network printsupport script sql webkit \ widgets buildtools_build USES= cmake:outsource desktop-file-utils |