diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 13:22:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 13:22:17 +0000 |
commit | 559a5a87944c2095a6f7a4d9edd5ca7bf9b8a5cb (patch) | |
tree | fdc22c372e4e1654c0ad47f3b512f3aba8487c81 /x11 | |
parent | c66a9cdd8862b94032fddfd5cbb7376c4cd9da6a (diff) | |
download | pkgsrc-559a5a87944c2095a6f7a4d9edd5ca7bf9b8a5cb.tar.gz |
adam volunteered to maintain this package.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index b11cb630be7..a9efbd9b502 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.32 2005/02/10 13:21:20 adam Exp $ +# $NetBSD: Makefile,v 1.33 2005/04/18 13:22:17 wiz Exp $ LIBQT= ${WRKSRC}/lib/libqt-mt.la .include "../qt3-libs/Makefile.common" PKGNAME= qt3-libs-${QTVERSION} +MAINTAINER= adam@NetBSD.org COMMENT= C++ X GUI toolkit GCC_REQD+= 2.95.3 |