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 /devel/cook | |
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 'devel/cook')
-rw-r--r-- | devel/cook/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 86887b5c288..8d7b34107c5 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/06/28 11:31:41 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2022/08/09 12:08:28 jperkin Exp $ DISTNAME= cook-2.26 PKGREVISION= 12 @@ -13,8 +13,6 @@ USE_TOOLS+= groff msgfmt yacc perl:run GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no -LIBS.SunOS+= -lintl - INSTALLATION_DIRS= ${PKGMANDIR}/man1 INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin \ datadir=${DESTDIR}${PREFIX}/share/cook \ |