summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-09 20:47:36 +0000
committerwiz <wiz@pkgsrc.org>2006-01-09 20:47:36 +0000
commitd42ddee813b2b0a9f5305ff7da50f8606214c41a (patch)
treef375cec6faf169744b21b2e48076bfa0574cab5e /misc
parent074181fe0013ecb60d5dc648e88b9eb544051872 (diff)
downloadpkgsrc-d42ddee813b2b0a9f5305ff7da50f8606214c41a.tar.gz
Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r--misc/pyqt_memaid/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/pyqt_memaid/Makefile b/misc/pyqt_memaid/Makefile
index 374098f638e..34ab54561c8 100644
--- a/misc/pyqt_memaid/Makefile
+++ b/misc/pyqt_memaid/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2006/01/05 10:09:00 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/09 20:47:36 wiz Exp $
#
DISTNAME= pyqt_memaid_0.2.4
PKGNAME= ${DISTNAME:S/d_/d-/}
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=memaid/}
EXTRACT_SUFX= .tgz
@@ -36,8 +37,4 @@ post-install:
.include "../../lang/python/extension.mk"
.include "../../textproc/py-xml/buildlink3.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"