diff options
author | ade <ade@FreeBSD.org> | 2001-03-12 15:56:54 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-03-12 15:56:54 +0000 |
commit | 67cc408320faa966d5d625d816ed6bbf78c1dce6 (patch) | |
tree | 14c48fab5f431b3a69e7ff43a944b67f09af1b2a /www/libgtkhtml/Makefile | |
parent | 851407ff22a581a29664c2cad82fb8daf40b0995 (diff) | |
download | FreeBSD-ports-67cc408320faa966d5d625d816ed6bbf78c1dce6.zip FreeBSD-ports-67cc408320faa966d5d625d816ed6bbf78c1dce6.tar.gz |
Add missing dependency
Submitted by: bento (sorta)
Diffstat (limited to 'www/libgtkhtml/Makefile')
-rw-r--r-- | www/libgtkhtml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 3e5f53e..18ad5f7 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/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 \ |