diff options
author | olivierd <olivierd@FreeBSD.org> | 2017-01-26 00:29:58 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2017-01-26 00:29:58 +0800 |
commit | 5e7a3ec481d9999c925020b2351ff1742099729d (patch) | |
tree | e6021717368ecd3299d56996538ab3f6049432fd /misc/qt5ct/Makefile | |
parent | 6577d2ecc6d44788be8fa05b687554cc82169310 (diff) | |
download | freebsd-ports-gnome-5e7a3ec481d9999c925020b2351ff1742099729d.tar.gz freebsd-ports-gnome-5e7a3ec481d9999c925020b2351ff1742099729d.tar.zst freebsd-ports-gnome-5e7a3ec481d9999c925020b2351ff1742099729d.zip |
Update to 0.29
Diffstat (limited to 'misc/qt5ct/Makefile')
-rw-r--r-- | misc/qt5ct/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index 2dce7076f56f..34d29957a5d5 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qt5ct -PORTVERSION= 0.27 +PORTVERSION= 0.29 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} @@ -18,6 +18,7 @@ USE_QT5= core dbus gui svg widgets buildtools_build \ linguisttools_build USE_GL= egl gl USE_XORG= x11 xext xrender +USE_GNOME= glib20 OPTIONS_DEFINE= DOCS |