summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 02:19:17 +0000
committersnj <snj@pkgsrc.org>2004-04-25 02:19:17 +0000
commit217071a8dae549c5c277202ae9e1939075b91add (patch)
tree76ec933537894e4900178b8b6ced6986b548aeee /editors
parentb65ba9294f953742e2a222b83483a4b80d6e85e5 (diff)
downloadpkgsrc-217071a8dae549c5c277202ae9e1939075b91add.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword1/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/abiword1/Makefile b/editors/abiword1/Makefile
index edbd19d9a6c..cec2bf863d9 100644
--- a/editors/abiword1/Makefile
+++ b/editors/abiword1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/10 17:58:22 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/25 02:19:17 snj Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -23,7 +23,7 @@ ABIWORD_VERS= 1.0.5
CONFLICTS= abiword-[0-9]* abiword2-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME}/abi
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_X11= # defined
USE_GNU_TOOLS+= make
USE_GNU_ICONV= # defined
@@ -50,11 +50,11 @@ MAKE_ENV+= OS_CFLAGS="${OS_CFLAGS}"
MAKE_FLAGS+= ABI_BUILD_VERSION="${ABIWORD_VERS}"
MAKE_FLAGS+= UNIX_CAN_BUILD_STATIC=0
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../converters/psiconv/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../textproc/expat/buildlink2.mk"
-.include "../../graphics/xpm/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../converters/psiconv/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"