summaryrefslogtreecommitdiff
path: root/wm/icecc
diff options
context:
space:
mode:
authorobache <obache>2006-12-08 12:05:05 +0000
committerobache <obache>2006-12-08 12:05:05 +0000
commitce24a9caf691dd4c2b0028789f5a3d4564f579e3 (patch)
tree64b039463b238eb098a8910326af212cfed2a8ba /wm/icecc
parent2e77bcba51e01efceab6fcbf2647af8cfd3ae6b7 (diff)
downloadpkgsrc-ce24a9caf691dd4c2b0028789f5a3d4564f579e3.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/Makefile8
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"