diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icecc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index cc1be211260..953aaa441de 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/12/05 20:51:09 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/05 10:09:00 ghen Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -71,4 +71,8 @@ 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/bsd.pkg.mk" |