diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
commit | 67721bd22d50a02e35021f1d03c3658680e89201 (patch) | |
tree | c6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/amaya | |
parent | 763c7a82b9f2eebd8438ab3acc284818c1f5f2fe (diff) | |
download | pkgsrc-67721bd22d50a02e35021f1d03c3658680e89201.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 6e15320e601..9fc582a4e58 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/24 15:23:46 grant Exp $ +# $NetBSD: Makefile,v 1.33 2004/04/27 05:44:22 snj Exp $ # DISTNAME= amaya-src-8.2 @@ -17,7 +17,7 @@ COMMENT= Web browser/editor from the World Wide Web Consortium (W3C) EXTRACT_ELEMENTS= Amaya libwww WRKSRC= ${WRKDIR}/Amaya/work -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES @@ -42,8 +42,8 @@ post-patch: pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/Amaya -.include "../../graphics/imlib/buildlink2.mk" -.include "../../textproc/expat/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../graphics/imlib/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |