diff options
Diffstat (limited to 'x11/py-qt3-base/Makefile')
-rw-r--r-- | x11/py-qt3-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-base/Makefile b/x11/py-qt3-base/Makefile index ce776f8341e..01669076ef5 100644 --- a/x11/py-qt3-base/Makefile +++ b/x11/py-qt3-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/10 10:45:02 drochner Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/06 06:23:03 reed Exp $ # .include "../../x11/py-qt3-base/Makefile.common" @@ -8,7 +8,7 @@ PKGREVISION= 2 COMMENT= Python binding for Qt3 -BUILDLINK_DEPENDS.qt3-tools+= qt3-tools>=3.1.2nb2 +BUILDLINK_API_DEPENDS.qt3-tools+= qt3-tools>=3.1.2nb2 PLIST_SRC= ${PKGDIR}/PLIST.common .if ${OPSYS} == "Darwin" |