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 | |
parent | 28fa068e66815bd24cf96389cc25bb8ba300c99b (diff) | |
download | ports-ceb034e832e465ae5fb3709c26b1482ca91f7e46.tar.gz ports-ceb034e832e465ae5fb3709c26b1482ca91f7e46.zip |
Notes
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
5 files changed, 5 insertions, 5 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 \ diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 72744ceb866e..51b2b26d7c20 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/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 \ diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 72744ceb866e..51b2b26d7c20 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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 \ diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 72744ceb866e..51b2b26d7c20 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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 \ diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 72744ceb866e..51b2b26d7c20 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/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 \ |