pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/groff



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri May 24 16:14:44 UTC 2019

Modified Files:
        pkgsrc/textproc/groff: Makefile

Log Message:
It seems that libiconv is not needed. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/textproc/groff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/groff/Makefile
diff -u pkgsrc/textproc/groff/Makefile:1.88 pkgsrc/textproc/groff/Makefile:1.89
--- pkgsrc/textproc/groff/Makefile:1.88 Mon Apr  1 16:48:37 2019
+++ pkgsrc/textproc/groff/Makefile      Fri May 24 16:14:44 2019
@@ -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 @@ post-install:
 .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