diff options
author | wiz <wiz> | 2006-01-09 20:47:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-09 20:47:36 +0000 |
commit | b4beafb367783c91435a7f1b728642ed838aa020 (patch) | |
tree | f375cec6faf169744b21b2e48076bfa0574cab5e /misc/pyqt_memaid | |
parent | da0c216da5ce4f09630cb1b2c8b73882806e2dd5 (diff) | |
download | pkgsrc-b4beafb367783c91435a7f1b728642ed838aa020.tar.gz |
Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
Diffstat (limited to 'misc/pyqt_memaid')
-rw-r--r-- | misc/pyqt_memaid/Makefile | 7 |
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" |