diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-08-09 12:08:27 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-08-09 12:08:27 +0000 |
commit | a77729245b392c9b6613bcb6e910961a45adb77a (patch) | |
tree | 2205f0fbf69293361282d6743184c6be82a92e37 /www | |
parent | bc7be69155f5a762584a114cc42cf44ab2f2d461 (diff) | |
download | pkgsrc-a77729245b392c9b6613bcb6e910961a45adb77a.tar.gz |
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
Diffstat (limited to 'www')
-rw-r--r-- | www/dillo/Makefile | 4 | ||||
-rw-r--r-- | www/e2guardian/Makefile | 4 | ||||
-rw-r--r-- | www/neon/Makefile | 4 | ||||
-rw-r--r-- | www/weex/Makefile | 4 |
4 files changed, 4 insertions, 12 deletions
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 |