diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-09-20 10:00:47 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-09-20 10:00:47 +0000 |
commit | 24f046c37eba0b025bf3a9d9bfd17c8fb7521b5f (patch) | |
tree | f1d6ae84d11c96b1e44a1aef1980af7ed13378df /misc/qt5ct | |
parent | 90885a80c7f84682af65d5e20d1ef6459bfbca0c (diff) | |
download | ports-24f046c37eba0b025bf3a9d9bfd17c8fb7521b5f.tar.gz ports-24f046c37eba0b025bf3a9d9bfd17c8fb7521b5f.zip |
Notes
Diffstat (limited to 'misc/qt5ct')
-rw-r--r-- | misc/qt5ct/Makefile | 13 | ||||
-rw-r--r-- | misc/qt5ct/distinfo | 6 |
2 files changed, 12 insertions, 7 deletions
diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index 6dc77ad157dc..2dce7076f56f 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qt5ct -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} @@ -10,9 +10,14 @@ COMMENT= Qt 5 configuration tool LICENSE= BSD2CLAUSE -USES= qmake tar:bz2 -USE_QT5= core gui svg widgets buildtools_build linguisttools_build -USE_GL= gl +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= gettext-runtime qmake tar:bz2 +USE_QT5= core dbus gui svg widgets buildtools_build \ + linguisttools_build +USE_GL= egl gl +USE_XORG= x11 xext xrender OPTIONS_DEFINE= DOCS diff --git a/misc/qt5ct/distinfo b/misc/qt5ct/distinfo index 2cc5678281bb..81501fbedf91 100644 --- a/misc/qt5ct/distinfo +++ b/misc/qt5ct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473100923 -SHA256 (qt5ct-0.26.tar.bz2) = 33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b -SIZE (qt5ct-0.26.tar.bz2) = 45383 +TIMESTAMP = 1474361669 +SHA256 (qt5ct-0.27.tar.bz2) = d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3 +SIZE (qt5ct-0.27.tar.bz2) = 45989 |