diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-09-20 18:00:47 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-09-20 18:00:47 +0800 |
commit | 319df0f5cf0155fa64826cb6d1c563cdba2088fd (patch) | |
tree | f1d6ae84d11c96b1e44a1aef1980af7ed13378df /misc | |
parent | 90c63ee6547e923dce0de9b57b37d8a333b6456b (diff) | |
download | freebsd-ports-gnome-319df0f5cf0155fa64826cb6d1c563cdba2088fd.tar.gz freebsd-ports-gnome-319df0f5cf0155fa64826cb6d1c563cdba2088fd.tar.zst freebsd-ports-gnome-319df0f5cf0155fa64826cb6d1c563cdba2088fd.zip |
- Update to 0.27
- Adjust dependencies (reported by QA script)
Diffstat (limited to 'misc')
-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 |