diff options
author | snj <snj@pkgsrc.org> | 2004-04-17 23:59:21 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-17 23:59:21 +0000 |
commit | d920d6db74a92fe80fd0fbd056afe3e707ff988e (patch) | |
tree | a83b73d0b95c96100ccf891f89ea9a30add2675a /editors | |
parent | 6c1749c10ba6de83c4ce979707c5ddea31b72bad (diff) | |
download | pkgsrc-d920d6db74a92fe80fd0fbd056afe3e707ff988e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 12 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index 94f4e82fab6..c392cbbceb2 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/17 23:59:21 snj Exp $ # .include "./Makefile.common" @@ -16,5 +16,5 @@ CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \ --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib \ --with-frontend=qt -.include "../../x11/qt3-tools/buildlink2.mk" +.include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 9ec1e51ea02..4b6a6c10976 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2004/03/17 15:52:37 martti Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/04/17 23:59:21 snj Exp $ # DISTNAME= lyx-1.3.4 @@ -21,7 +21,7 @@ PATCHDIR= ${.CURDIR}/../../editors/lyx-qt/patches PLIST_SRC= ${.CURDIR}/../../editors/lyx-qt/PLIST.common GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GCC_SHLIB= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES @@ -76,8 +76,8 @@ PYTHON_PATCH_SCRIPTS= lib/lyx2lyx/lyx2lyx \ lib/scripts/pic2ascii.py \ lib/scripts/pic2png_eps.py -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../textproc/aiksaurus/buildlink2.mk" -.include "../../textproc/aspell/buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../textproc/aiksaurus/buildlink3.mk" +.include "../../textproc/aspell/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 8ade29db2be..82db223abbb 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/17 23:59:21 snj Exp $ # .include "../lyx-qt/Makefile.common" @@ -13,5 +13,5 @@ CONFLICTS+= lyx-qt-[0-9]* CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ --with-frontend=xforms -.include "../../x11/xforms/buildlink2.mk" +.include "../../x11/xforms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |