diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-14 17:07:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-14 17:07:52 +0000 |
commit | 0b7110b2c89fdb6edb24a4bad5bc017a8162fbe1 (patch) | |
tree | 42e52e779543a7424286b0f5c218418b450b19cb /www/gtkhtml | |
parent | 50ad457af9da8f56db94dd81953697569218f95c (diff) | |
download | pkgsrc-0b7110b2c89fdb6edb24a4bad5bc017a8162fbe1.tar.gz |
Needs at least gal-0.21. Closes PR 19830.
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 9457261d22d..b718f3dd9ad 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/01/13 23:49:44 rh Exp $ +# $NetBSD: Makefile,v 1.26 2003/02/14 17:07:52 wiz Exp $ DISTNAME= gtkhtml-1.1.7 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Lightweight HTML rendering/printing/editing engine +BUILDLINK_DEPENDS.gal?= gal>=0.21 + USE_BUILDLINK2= YES USE_X11BASE= YES USE_GMAKE= YES |