diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-01-12 05:11:24 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-01-12 05:11:24 +0800 |
commit | cf923bbe1a14898b6235afdd631dce3104e158d5 (patch) | |
tree | 843b7c1c5014c8563a661a1255c77f0e66ee91ac /misc/qt5ct/Makefile | |
parent | c7a58ede2044d38dbec7d8af900b277c2a9daeab (diff) | |
download | freebsd-ports-gnome-cf923bbe1a14898b6235afdd631dce3104e158d5.tar.gz freebsd-ports-gnome-cf923bbe1a14898b6235afdd631dce3104e158d5.tar.zst freebsd-ports-gnome-cf923bbe1a14898b6235afdd631dce3104e158d5.zip |
- Update to 0.21
- Add LICENSE blob
PR: 206079
Submitted by: myself
Approved by: makc@ (maintainer)
Diffstat (limited to 'misc/qt5ct/Makefile')
-rw-r--r-- | misc/qt5ct/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile index 90731c58b9cc..db3b73056e3d 100644 --- a/misc/qt5ct/Makefile +++ b/misc/qt5ct/Makefile @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= qt5ct -PORTVERSION= 0.20 +PORTVERSION= 0.21 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} MAINTAINER= makc@FreeBSD.org COMMENT= Qt 5 configuration tool +LICENSE= BSD2CLAUSE + USES= qmake tar:bz2 USE_QT5= gui svg widgets buildtools_build linguisttools_build |