summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2015-09-22 19:03:35 +0000
committerleot <leot@pkgsrc.org>2015-09-22 19:03:35 +0000
commit663408b5ea6afd2c852f97146087b6e8c9f9e885 (patch)
treefa3b22e9084240762cc7ba6684e32367c893cf00 /www
parent07453a6a980a5bc8886032b677d59867939ec0e9 (diff)
downloadpkgsrc-663408b5ea6afd2c852f97146087b6e8c9f9e885.tar.gz
NetSurf also depends on devel/gperf (it is just a build dependency that do not
affect binary package so no PKGREVISION bump). Noted by joerg@.
Diffstat (limited to 'www')
-rw-r--r--www/netsurf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile
index c02866fa183..3b54420a97e 100644
--- a/www/netsurf/Makefile
+++ b/www/netsurf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2015/09/03 20:56:09 leot Exp $
+# $NetBSD: Makefile,v 1.44 2015/09/22 19:03:35 leot Exp $
#
DISTNAME= netsurf-all-3.3
@@ -22,6 +22,7 @@ INSTALLATION_DIRS+= share/netsurf bin
BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"