summaryrefslogtreecommitdiff
path: root/wm/icecc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-25 12:15:07 +0000
committerobache <obache@pkgsrc.org>2012-01-25 12:15:07 +0000
commita91976ebf26d479a78d7a6d25a97c3fe059c9a43 (patch)
treef37ce4b235bfbbaaee97167460cdf775033339f6 /wm/icecc
parentff626de7e88de7bc35e0713620597afeb09cebbd (diff)
downloadpkgsrc-a91976ebf26d479a78d7a6d25a97c3fe059c9a43.tar.gz
* using vim version specific directory, so change dependency pattern on vim.
* no need to buildlink with py-qt3-base, simple DEPENDS is sufficient. * using qt3-libs, so buildlink with it and qt3-tools. Bump PKGREVISION.
Diffstat (limited to 'wm/icecc')
-rw-r--r--wm/icecc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile
index ee10120bb5b..a21036f2471 100644
--- a/wm/icecc/Makefile
+++ b/wm/icecc/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2011/11/01 06:02:42 sbd Exp $
+# $NetBSD: Makefile,v 1.23 2012/01/25 12:15:07 obache Exp $
# Package version reflects icecc version, with PKGREVISION incremented
# for any tool updates, according to the authors scheme.
DISTNAME= icecc-2.9
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icecc/}
DISTFILES= icecc-2.9.tar.bz2 \
@@ -23,7 +23,8 @@ MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://icecc.sourceforge.net/
COMMENT= IceWM Control Centre
-DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=6.3.0:../../editors/vim-xaw
+DEPENDS+= vim-{gtk,gtk2,kde,motif,xaw}>=${VIM_VERSION}:../../editors/vim-xaw
+DEPENDS+= ${PYPKGPREFIX}-qt3-base-[0-9]*:../../x11/py-qt3-base
PKG_DESTDIR_SUPPORT= user-destdir
@@ -76,6 +77,7 @@ post-install:
.include "../../editors/vim-share/version.mk"
.include "../../lang/python/application.mk"
-.include "../../x11/py-qt3-base/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"