diff options
author | ade <ade@FreeBSD.org> | 2001-03-12 23:56:54 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-03-12 23:56:54 +0800 |
commit | 67cc408320faa966d5d625d816ed6bbf78c1dce6 (patch) | |
tree | 14c48fab5f431b3a69e7ff43a944b67f09af1b2a /www/gtkhtml | |
parent | 851407ff22a581a29664c2cad82fb8daf40b0995 (diff) | |
download | freebsd-ports-gnome-67cc408320faa966d5d625d816ed6bbf78c1dce6.tar.gz freebsd-ports-gnome-67cc408320faa966d5d625d816ed6bbf78c1dce6.tar.zst freebsd-ports-gnome-67cc408320faa966d5d625d816ed6bbf78c1dce6.zip |
Add missing dependency
Submitted by: bento (sorta)
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 3e5f53e1e6c3..18ad5f791f56 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= unstable/sources/gtkhtml MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ + ghttp.1:${PORTSDIR}/www/libghttp \ wwwzip.1:${PORTSDIR}/www/libwww \ gconf-1.1:${PORTSDIR}/devel/gconf \ pspell.4:${PORTSDIR}/textproc/pspell \ |