pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/abiword1 Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a71d5d00dc2
branches:  trunk
changeset: 473925:9a71d5d00dc2
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 02:19:17 2004 +0000

description:
Convert to buildlink3.

diffstat:

 editors/abiword1/Makefile |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r cd88d3f24a17 -r 9a71d5d00dc2 editors/abiword1/Makefile
--- a/editors/abiword1/Makefile Sun Apr 25 02:16:42 2004 +0000
+++ b/editors/abiword1/Makefile Sun Apr 25 02:19:17 2004 +0000
@@ -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 @@
 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_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"



Home | Main Index | Thread Index | Old Index