BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls in

qt3-tools via BUILD_DEPENDS.
This commit is contained in:
ghen 2006-01-05 12:00:39 +00:00
parent 8b7153f2bd
commit e64aa87bbe

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2006/01/05 10:09:00 ghen Exp $
# $NetBSD: Makefile,v 1.25 2006/01/05 12:00:39 ghen Exp $
#
DISTNAME= sip-4.3.2
@ -53,11 +53,6 @@ do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} configure.py ${CONFIGURE_ARGS})
# 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 "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../x11/qt3-libs/buildlink3.mk"