diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-08-18 17:07:45 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-08-18 17:07:45 +0800 |
commit | 36080dba77adb020b7c4b346de9a7fa2bf3471e0 (patch) | |
tree | 5a98515747da02c13c11a2d1b7d49c32020d2bfa | |
parent | a06176ddef447958527bc840917ad529a7783405 (diff) | |
download | freebsd-ports-gnome-36080dba77adb020b7c4b346de9a7fa2bf3471e0.tar.gz freebsd-ports-gnome-36080dba77adb020b7c4b346de9a7fa2bf3471e0.tar.zst freebsd-ports-gnome-36080dba77adb020b7c4b346de9a7fa2bf3471e0.zip |
Revert r365200 and r365210.
avilla@ said Qt4 is intentionally mentioned in devel/qt5-script and
x11-toolkits/qt5-declarative's COMMENTs.
-rw-r--r-- | devel/qt5-script/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt5-declarative/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt5-script/Makefile b/devel/qt5-script/Makefile index 391d109f5641..e51352a31f5a 100644 --- a/devel/qt5-script/Makefile +++ b/devel/qt5-script/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org -COMMENT= Qt 5-compatible scripting module +COMMENT= Qt 4-compatible scripting module USE_QT5= core buildtools_build QT_DIST= ${PORTNAME} diff --git a/x11-toolkits/qt5-declarative/Makefile b/x11-toolkits/qt5-declarative/Makefile index 47a2f67fb002..5fe197d1add9 100644 --- a/x11-toolkits/qt5-declarative/Makefile +++ b/x11-toolkits/qt5-declarative/Makefile @@ -7,7 +7,7 @@ CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org -COMMENT= Qt 5-compatible declarative UI framework +COMMENT= Qt 4-compatible declarative UI framework USE_QT5= core designer gui network opengl script sql webkit \ widgets xmlpatterns buildtools_build |