diff options
author | wiz <wiz@pkgsrc.org> | 2008-10-20 07:21:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-10-20 07:21:32 +0000 |
commit | 2becf9401262fcd0b002a8b3e69a50bfabe87e7c (patch) | |
tree | 808a96ec297a23e744b6e59878e3b3611be3ec30 /www | |
parent | a4897e86d66de0e4edd47630d46f7e53c8f43135 (diff) | |
download | pkgsrc-2becf9401262fcd0b002a8b3e69a50bfabe87e7c.tar.gz |
Needs gail; depend on latest gtk2. Should fix PR 39763.
Diffstat (limited to 'www')
-rw-r--r-- | www/libgtkhtml/Makefile | 3 |
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" |