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 | 35993c552e589ab7d531470561a4be0f9adbb6ad (patch) | |
tree | a83b73d0b95c96100ccf891f89ea9a30add2675a /editors/lyx-qt | |
parent | aa05ac79a16c2e878dd1aa64283d6801bb01ec31 (diff) | |
download | pkgsrc-35993c552e589ab7d531470561a4be0f9adbb6ad.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 12 |
2 files changed, 8 insertions, 8 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" |