pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/snownews



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 18 11:25:11 UTC 2021

Modified Files:
        pkgsrc/www/snownews: Makefile

Log Message:
snownews: remove dependency on libiconv


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/snownews/Makefile

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

Modified files:

Index: pkgsrc/www/snownews/Makefile
diff -u pkgsrc/www/snownews/Makefile:1.64 pkgsrc/www/snownews/Makefile:1.65
--- pkgsrc/www/snownews/Makefile:1.64   Mon Oct 18 11:24:51 2021
+++ pkgsrc/www/snownews/Makefile        Mon Oct 18 11:25:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2021/10/18 11:24:51 nia Exp $
+# $NetBSD: Makefile,v 1.65 2021/10/18 11:25:11 nia Exp $
 
 DISTNAME=      snownews-1.9
 CATEGORIES=    www
@@ -23,7 +23,6 @@ CONFIGURE_ARGS+=      --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 
-.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index