diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-27 16:16:54 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-27 16:16:54 +0800 |
commit | 7a9f5f9b33cb055790746399c0e97db409162247 (patch) | |
tree | d572f9c0c5df1acccb62aea81627537194b9fc16 /www/gtkhtml38 | |
parent | 064d9f5ece5587295f19d2d39466d59fbc7ee6ce (diff) | |
download | freebsd-ports-gnome-7a9f5f9b33cb055790746399c0e97db409162247.tar.gz freebsd-ports-gnome-7a9f5f9b33cb055790746399c0e97db409162247.tar.zst freebsd-ports-gnome-7a9f5f9b33cb055790746399c0e97db409162247.zip |
Add gconf.8 to LIB_DEPENDS. This should fix bento's PLIST error.
Submitted by: bento
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r-- | www/gtkhtml38/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 910448544dd6..d68c87b622f5 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= unstable/sources/gtkhtml MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - wwwzip.1:${PORTSDIR}/www/libwww + wwwzip.1:${PORTSDIR}/www/libwww \ + gconf.8:${PORTSDIR}/devel/gconf GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |