diff options
author | will <will@FreeBSD.org> | 2001-08-25 10:17:59 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-25 10:17:59 +0800 |
commit | 947f027180785310ed6ae10b7f1a66aedfa947d3 (patch) | |
tree | c4883475d83088e78b0cc7559f96bbd2d8870744 /x11-toolkits/qt23 | |
parent | 961f6b41eb7dbf63c38703308455214295c42a76 (diff) | |
download | freebsd-ports-gnome-947f027180785310ed6ae10b7f1a66aedfa947d3.tar.gz freebsd-ports-gnome-947f027180785310ed6ae10b7f1a66aedfa947d3.tar.zst freebsd-ports-gnome-947f027180785310ed6ae10b7f1a66aedfa947d3.zip |
Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD. This group (at this time)
consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.
While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This
was originally supposed to be committed with the 2.2 update, but...
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 7d97f553c80c..72744ceb866e 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.chg.ru/pub/X11/qt/source/ DISTNAME= qt-x11-${PORTVERSION} -MAINTAINER= will@FreeBSD.org +MAINTAINER= kde@FreeBSD.org LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ png.4:${PORTSDIR}/graphics/png \ |