pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/netsurf
Module Name: pkgsrc
Committed By: leot
Date: Tue Apr 23 23:30:49 UTC 2019
Modified Files:
pkgsrc/www/netsurf: Makefile
Log Message:
netsurf: Add dependency to libiconv
Pointed out via PR pkg/54137 by Jonathan Schleifer (used by
libparserutils and netsurf).
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/netsurf/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/netsurf/Makefile
diff -u pkgsrc/www/netsurf/Makefile:1.73 pkgsrc/www/netsurf/Makefile:1.74
--- pkgsrc/www/netsurf/Makefile:1.73 Thu Dec 13 19:52:25 2018
+++ pkgsrc/www/netsurf/Makefile Tue Apr 23 23:30:49 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.73 2018/12/13 19:52:25 adam Exp $
+# $NetBSD: Makefile,v 1.74 2019/04/23 23:30:49 leot Exp $
DISTNAME= netsurf-all-3.8
PKGNAME= ${DISTNAME:S/-all//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source-full/
@@ -38,6 +38,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror
CFLAGS.NetBSD+= -D_NETBSD_SOURCE # needed for strcasestr(3) and strndup(3)
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index