summaryrefslogtreecommitdiff
path: root/news/pan
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
committerjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
commita77729245b392c9b6613bcb6e910961a45adb77a (patch)
tree2205f0fbf69293361282d6743184c6be82a92e37 /news/pan
parentbc7be69155f5a762584a114cc42cf44ab2f2d461 (diff)
downloadpkgsrc-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 'news/pan')
-rw-r--r--news/pan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index bae96f8db68..96e9717860c 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2022/07/03 13:31:41 rhialto Exp $
+# $NetBSD: Makefile,v 1.124 2022/08/09 12:08:34 jperkin Exp $
PKGNAME= pan-0.151
CATEGORIES= news
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --with-gtkspell
LIBS+= -lcompat
.endif
-LIBS.SunOS+= -lsocket -liconv
+LIBS.SunOS+= -lsocket
pre-configure:
cd ${WRKSRC} && ./autogen.sh