summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsnj <snj>2004-04-17 23:59:21 +0000
committersnj <snj>2004-04-17 23:59:21 +0000
commiteceaffce933dd303a1dd7132369027e85f0e2c7a (patch)
treea83b73d0b95c96100ccf891f89ea9a30add2675a /editors
parent46e7b32309f863aea33560b48d2a576151516ab1 (diff)
downloadpkgsrc-eceaffce933dd303a1dd7132369027e85f0e2c7a.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/Makefile4
-rw-r--r--editors/lyx-qt/Makefile.common12
-rw-r--r--editors/lyx-xforms/Makefile4
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"