diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-20 12:04:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-20 12:04:53 +0000 |
commit | 9504778970f175b4d4bad3d8a8500450f5c7a47e (patch) | |
tree | 1a76257110e36e3c67310f0e8664db02d0025f16 /www | |
parent | ede66900a75b5a94630c5ee9d7af9e8f2911a0a0 (diff) | |
download | pkgsrc-9504778970f175b4d4bad3d8a8500450f5c7a47e.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'www')
-rw-r--r-- | www/quanta-docs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/quanta-docs/Makefile b/www/quanta-docs/Makefile index 76644c22e13..f24a3a694ac 100644 --- a/www/quanta-docs/Makefile +++ b/www/quanta-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:53 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/20 12:04:53 jlam Exp $ DISTNAME= quanta-docs-1.0 PKGREVISION= 1 @@ -19,7 +19,7 @@ COMMENT= documentation collection for Quanta, the KDE web editor DEPENDS+= quanta>=1.9.9.2:../../www/quanta BUILD_USES_MSGFMT= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES DIST_SUBDIR= ${PKGBASE} WRKSRC= ${WRKDIR} @@ -35,7 +35,7 @@ do-install: ${CHMOD} -R a-w ${DOCDIR}/$${dir}; \ done -.include "../../x11/kde2/buildlink.mk" -.include "../../x11/kdebase2/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/kde2/buildlink2.mk" +.include "../../x11/kdebase2/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |