diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
commit | 84aefdbffca035422254247224172afbdcd7a665 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /x11 | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 | ||||
-rw-r--r-- | x11/qt3/Makefile.common | 3 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile.common | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile.common | 11 |
4 files changed, 10 insertions, 11 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index a21c6d28c80..2a6e9da6fb6 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,7 +1,9 @@ -# $NetBSD: Makefile.common,v 1.76 2014/06/18 09:26:12 wiz Exp $ +# $NetBSD: Makefile.common,v 1.77 2014/10/05 16:41:09 wiz Exp $ # used by x11/qt3-docs/Makefile # used by x11/qt3-libs/Makefile # used by x11/qt3-tools/Makefile +# used by x11/qt3-pgsql/Makefile +# used by x11/qt3-mysql/Makefile DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common index d37e130d74b..af2de40de39 100644 --- a/x11/qt3/Makefile.common +++ b/x11/qt3/Makefile.common @@ -1,5 +1,6 @@ -# $NetBSD: Makefile.common,v 1.24 2009/07/11 09:11:13 rillig Exp $ +# $NetBSD: Makefile.common,v 1.25 2014/10/05 16:41:09 wiz Exp $ # used by x11/qt3-libs/Makefile.common +# used by x11/qt3/Makefile QTVERSION= 3.3.8 diff --git a/x11/xbindkeys/Makefile.common b/x11/xbindkeys/Makefile.common index 7541bbe5615..83d32fbb7d7 100644 --- a/x11/xbindkeys/Makefile.common +++ b/x11/xbindkeys/Makefile.common @@ -1,5 +1,6 @@ -# $NetBSD: Makefile.common,v 1.11 2007/01/26 23:21:50 joerg Exp $ +# $NetBSD: Makefile.common,v 1.12 2014/10/05 16:41:09 wiz Exp $ # +# used by x11/xbindkeys-tk/Makefile DISTNAME= xbindkeys-1.7.3 CATEGORIES= x11 diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 83b9af6a7cc..aac51807387 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,12 +1,7 @@ -# $NetBSD: Makefile.common,v 1.70 2012/12/14 15:54:30 is Exp $ +# $NetBSD: Makefile.common,v 1.71 2014/10/05 16:41:09 wiz Exp $ # -# This Makefile.common is included by: -# -# x11/xlockmore/Makefile -# x11/xlockmore-lite/Makefile -# -# If these packages are updated, please remember to reset any PKGREVISIONs -# in those Makefiles. +# used by x11/xlockmore/Makefile +# used by x11/xlockmore-lite/Makefile DISTNAME= xlockmore-5.41 CATEGORIES= x11 |