summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-17 20:46:09 +0000
committersnj <snj@pkgsrc.org>2004-04-17 20:46:09 +0000
commit4e8bb9d37a747de11c438d76507dfa1f414d0eb2 (patch)
tree0c676410b741bd9e4c5ff8d031f70ece7e8a361c /cad
parent7d6f286152f0a2c6df8bb232a730fddb249918ca (diff)
downloadpkgsrc-4e8bb9d37a747de11c438d76507dfa1f414d0eb2.tar.gz
Convert to buildlink3.
Diffstat (limited to 'cad')
-rw-r--r--cad/qcad/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 49970e3d343..3714857b376 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/20 12:09:09 agc Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/17 20:46:09 snj Exp $
DISTNAME= qcad-1.5.4-src
PKGNAME= qcad-1.5.4
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.qcad.org/
COMMENT= 2D CAD System
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH}
MAKE_ENV+= QTDIR=${BUILDLINK_PREFIX.qt3}
@@ -31,6 +31,6 @@ do-install:
examples fonts hatches libraries messages po xpm \
${PREFIX}/share/qcad
-.include "../../x11/qt3-libs/buildlink2.mk"
-.include "../../x11/qt3-tools/buildlink2.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"