diff options
author | ghen <ghen> | 2006-01-05 12:00:39 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-01-05 12:00:39 +0000 |
commit | 97d1079742fc48fe95a4c6e4ae4078f434bc3c4f (patch) | |
tree | e75f8bb693ddda7565063d696fb8f6f783ee53d2 /x11 | |
parent | 85903e368ef1f39067c3b4a1544c7f7d89ce02b2 (diff) | |
download | pkgsrc-97d1079742fc48fe95a4c6e4ae4078f434bc3c4f.tar.gz |
BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls in
qt3-tools via BUILD_DEPENDS.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-sip/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index dd4226522ce..3cc5539a4e1 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -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" |