From a77729245b392c9b6613bcb6e910961a45adb77a Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 9 Aug 2022 12:08:27 +0000 Subject: *: Remove hardcoded -liconv / -lintl on SunOS. This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib. --- www/dillo/Makefile | 4 +--- www/e2guardian/Makefile | 4 +--- www/neon/Makefile | 4 +--- www/weex/Makefile | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) (limited to 'www') diff --git a/www/dillo/Makefile b/www/dillo/Makefile index b9aa1eafb1f..5874f13dd33 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2022/06/28 11:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2022/08/09 12:08:32 jperkin Exp $ DISTNAME= dillo-3.0.5 PKGREVISION= 11 @@ -29,8 +29,6 @@ INSTALLATION_DIRS= share/doc/dillo ${EGDIR} INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} -LIBS.SunOS+= -liconv - .include "options.mk" post-install: diff --git a/www/e2guardian/Makefile b/www/e2guardian/Makefile index 201d6fb2a94..1c8783105f0 100644 --- a/www/e2guardian/Makefile +++ b/www/e2guardian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/06/28 11:37:04 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/08/09 12:08:32 jperkin Exp $ DISTNAME= e2guardian-5.1.1 PKGREVISION= 6 @@ -49,8 +49,6 @@ CONFIGURE_ARGS+= --with-piddir=${VARBASE}/run CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log/${E2G_LOG} CONFIGURE_ARGS+= --enable-ntlm -LIBS.SunOS+= -liconv - WRKSRC= ${WRKDIR}/${DISTNAME} .include "options.mk" diff --git a/www/neon/Makefile b/www/neon/Makefile index 108a43f12d3..90ed633f67f 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2022/06/28 11:37:06 wiz Exp $ +# $NetBSD: Makefile,v 1.87 2022/08/09 12:08:32 jperkin Exp $ DISTNAME= neon-0.32.2 PKGREVISION= 1 @@ -23,8 +23,6 @@ TEST_TARGET= check #selftest needs perl USE_TOOLS+= perl -LDFLAGS.SunOS+= -lintl - .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/www/weex/Makefile b/www/weex/Makefile index 14c7f0dc9eb..86ba1c2ec41 100644 --- a/www/weex/Makefile +++ b/www/weex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2020/03/20 11:58:35 nia Exp $ +# $NetBSD: Makefile,v 1.17 2022/08/09 12:08:32 jperkin Exp $ DISTNAME= weex-2.6.1.5 PKGREVISION= 1 @@ -13,8 +13,6 @@ GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt -LIBS.SunOS+= -lintl - WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \ THANKS TODO TODO.ja -- cgit v1.2.3