summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-10-20 07:21:32 +0000
committerwiz <wiz@pkgsrc.org>2008-10-20 07:21:32 +0000
commit2becf9401262fcd0b002a8b3e69a50bfabe87e7c (patch)
tree808a96ec297a23e744b6e59878e3b3611be3ec30
parenta4897e86d66de0e4edd47630d46f7e53c8f43135 (diff)
downloadpkgsrc-2becf9401262fcd0b002a8b3e69a50bfabe87e7c.tar.gz
Needs gail; depend on latest gtk2. Should fix PR 39763.
-rw-r--r--www/libgtkhtml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile
index 10e96af39ef..50184765a83 100644
--- a/www/libgtkhtml/Makefile
+++ b/www/libgtkhtml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2008/10/16 14:02:29 drochner Exp $
+# $NetBSD: Makefile,v 1.49 2008/10/20 07:21:32 wiz Exp $
#
DISTNAME= libgtkhtml-2.6.3
@@ -20,6 +20,7 @@ USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= libgtkhtml-2.0.pc.in
.include "../../textproc/libxml2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"