pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/groff It seems that libiconv is not needed. B...
details: https://anonhg.NetBSD.org/pkgsrc/rev/909a89a6a160
branches: trunk
changeset: 334346:909a89a6a160
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri May 24 16:14:44 2019 +0000
description:
It seems that libiconv is not needed. Bump PKGREVISION
diffstat:
textproc/groff/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0ae5ae2ca541 -r 909a89a6a160 textproc/groff/Makefile
--- a/textproc/groff/Makefile Fri May 24 15:56:21 2019 +0000
+++ b/textproc/groff/Makefile Fri May 24 16:14:44 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2019/04/01 16:48:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.89 2019/05/24 16:14:44 ryoon Exp $
DISTNAME= groff-1.22.4
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=groff/}
@@ -113,5 +114,5 @@
.endfor
# we only want the charset.alias file, so no buildlinkery for libiconv
-DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
+#DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index