summaryrefslogtreecommitdiff
path: root/x11/qt2-examples
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt2-examples')
-rw-r--r--x11/qt2-examples/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt2-examples/Makefile b/x11/qt2-examples/Makefile
index 75b13a454cb..276577c1e9d 100644
--- a/x11/qt2-examples/Makefile
+++ b/x11/qt2-examples/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2002/08/26 17:34:01 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/11 22:52:03 snj Exp $
#
PKGNAME= qt2-examples-${QTVERSION}
PKGREVISION= 2
COMMENT= QT2 Tutorial, example code and HTML documentation
-USE_BUILDLINK2= yes
-BUILDLINK_DEPENDS.qt2-libs= qt2-libs>=${QTVERSION}nb2
+USE_BUILDLINK3= yes
.include "../qt2-libs/Makefile.common"
@@ -37,6 +36,6 @@ do-install:
${INSTALL_DATA} $${f} ${QTPREFIX}/$${f}; \
done)
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"