diff options
author | abs <abs@pkgsrc.org> | 2008-06-12 12:50:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-06-12 12:50:18 +0000 |
commit | 18705266813c1dd2aa4c5725acbe2f20b562f336 (patch) | |
tree | f2b7cb0daecfce248300f57b732fec58ab307ccc /x11/qt4-libs/Makefile.common | |
parent | 01daf81c5a2fe9114600050d95710b36aade070f (diff) | |
download | pkgsrc-18705266813c1dd2aa4c5725acbe2f20b562f336.tar.gz |
pkglint, add '# used by ...' lines - no functional change
Diffstat (limited to 'x11/qt4-libs/Makefile.common')
-rw-r--r-- | x11/qt4-libs/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common index a27f52e4bba..7f4c69b9208 100644 --- a/x11/qt4-libs/Makefile.common +++ b/x11/qt4-libs/Makefile.common @@ -1,4 +1,5 @@ -# $NetBSD: Makefile.common,v 1.8 2008/01/31 17:37:25 rillig Exp $ +# $NetBSD: Makefile.common,v 1.9 2008/06/12 12:50:19 abs Exp $ +# used by x11/qt4-libs/Makefile DISTNAME= qt-x11-opensource-src-${QTVERSION} CATEGORIES= x11 |