pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/icecc Remove the runtime dependency on qt3-tools, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/231506a9fb47
branches:  trunk
changeset: 522379:231506a9fb47
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 08 12:05:05 2006 +0000

description:
Remove the runtime dependency on qt3-tools, addressed by PR 32774.

Bump PKGREVISION.

diffstat:

 wm/icecc/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 8714d8b43ca2 -r 231506a9fb47 wm/icecc/Makefile
--- a/wm/icecc/Makefile Fri Dec 08 11:59:26 2006 +0000
+++ b/wm/icecc/Makefile Fri Dec 08 12:05:05 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2006/08/06 10:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/12/08 12:05:05 obache Exp $
 
 # Package version reflects icecc version, with PKGREVISION incremented
 # for any tool updates, according to the authors scheme.
 DISTNAME=              icecc-2.9
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            wm
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=icecc/}
 DISTFILES=             icecc-2.9.tar.bz2               \
@@ -71,9 +71,5 @@
 .include "../../editors/vim-share/version.mk"
 .include "../../lang/python/application.mk"
 .include "../../x11/py-qt3-base/buildlink3.mk"
-# XXX Please verify whether qt3-tools is really needed at run-time.
-# If it is, then remove this comment.  If it is not, then remove
-# this comment and the line below, and bump PKGREVISION.
-BUILDLINK_DEPMETHOD.qt3-tools= full
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index