diff options
author | obache <obache@pkgsrc.org> | 2006-12-08 12:05:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-12-08 12:05:05 +0000 |
commit | 04e1d7538bc64ac41809248f2ce0c5ad5a6657fa (patch) | |
tree | 64b039463b238eb098a8910326af212cfed2a8ba /wm/icecc | |
parent | ff72ead7d6e7bfd7305233aa6fee4388041f2487 (diff) | |
download | pkgsrc-04e1d7538bc64ac41809248f2ce0c5ad5a6657fa.tar.gz |
Remove the runtime dependency on qt3-tools, addressed by PR 32774.
Bump PKGREVISION.
Diffstat (limited to 'wm/icecc')
-rw-r--r-- | wm/icecc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index d9fd71726c6..143343395bc 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -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 @@ post-install: .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" |