diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-01 02:45:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-01 02:45:38 +0000 |
commit | ceb034e832e465ae5fb3709c26b1482ca91f7e46 (patch) | |
tree | 1829aa98ba7b422c312d1d1d209113a58c068cc4 /x11-toolkits/qt23 | |
parent | 28fa068e66815bd24cf96389cc25bb8ba300c99b (diff) |
Make MAINTAINER overridable for japanese/qt23. (I forgot to commit
this along with other kde* ports)
Notes
Notes:
svn path=/head/; revision=47254
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 72744ceb866e..51b2b26d7c20 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= kde@FreeBSD.org +MAINTAINER?= kde@FreeBSD.org LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng \ png.4:${PORTSDIR}/graphics/png \ |