diff options
author | rillig <rillig@pkgsrc.org> | 2009-04-26 11:43:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-04-26 11:43:44 +0000 |
commit | 92e36a3f3c2c9a79260d5ea39a59371e25685fe1 (patch) | |
tree | 229682d63647f4d61670f1af842911ec1e922123 /x11 | |
parent | 8a91bf95da9e894693b89103c1d429a3d3c4b112 (diff) | |
download | pkgsrc-92e36a3f3c2c9a79260d5ea39a59371e25685fe1.tar.gz |
A clear "yes" sounds better than "#empty".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 6925f4f2144..4f69a83b583 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/04/08 23:19:13 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2009/04/26 11:43:44 rillig Exp $ DISTNAME= qt3-${QTVERSION} CATEGORIES= x11 @@ -7,7 +7,7 @@ DISTFILES= # empty COMMENT= "meta-package" for the QT GUI C++ toolkit -META_PACKAGE= # empty +META_PACKAGE= yes .include "./Makefile.common" |