diff options
author | knu <knu@FreeBSD.org> | 2001-09-01 10:45:38 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-01 10:45:38 +0800 |
commit | 70c0b871c657a4ba9eafeeee6addb1ff42d596db (patch) | |
tree | 783e64fb576ae095c699ad340a6a4c1378a7bb38 /x11-toolkits/qt23 | |
parent | fd70ac1737d058e57f59edd4440c0617fb465d48 (diff) | |
download | freebsd-ports-gnome-70c0b871c657a4ba9eafeeee6addb1ff42d596db.tar.gz freebsd-ports-gnome-70c0b871c657a4ba9eafeeee6addb1ff42d596db.tar.zst freebsd-ports-gnome-70c0b871c657a4ba9eafeeee6addb1ff42d596db.zip |
Make MAINTAINER overridable for japanese/qt23. (I forgot to commit
this along with other kde* ports)
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 \ |