aboutsummaryrefslogtreecommitdiff
path: root/net/nitroshare/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nitroshare/Makefile')
-rw-r--r--net/nitroshare/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nitroshare/Makefile b/net/nitroshare/Makefile
index 9bd93541de3d..33e88b8af969 100644
--- a/net/nitroshare/Makefile
+++ b/net/nitroshare/Makefile
@@ -6,6 +6,7 @@ CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Network file transfer application
+WWW= https://nitroshare.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@@ -16,7 +17,7 @@ LIB_DEPENDS= libqhttpengine.so:www/qhttpengine \
USES= cmake compiler:c++11-lang qt:5
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME}-desktop
-USE_QT= core gui network widgets buildtools_build qmake_build
+USE_QT= core gui network widgets buildtools:build qmake:build
USE_LDCONFIG= yes
.include <bsd.port.mk>