diff options
author | ade <ade@FreeBSD.org> | 2001-06-19 19:34:21 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-19 19:34:21 +0800 |
commit | 3db8936cf9474065da00f2db20807b4e787af792 (patch) | |
tree | d6ebf6045ccd6ab925001b5fb474dd2f6f62e2c6 /x11-toolkits/guile-gnome | |
parent | 3982f49ce85b9baaf9ee750b6da598cf40d0f2c4 (diff) | |
download | freebsd-ports-gnome-3db8936cf9474065da00f2db20807b4e787af792.tar.gz freebsd-ports-gnome-3db8936cf9474065da00f2db20807b4e787af792.tar.zst freebsd-ports-gnome-3db8936cf9474065da00f2db20807b4e787af792.zip |
Enable gtkhtml support (gal support is currently broken here).
Diffstat (limited to 'x11-toolkits/guile-gnome')
-rw-r--r-- | x11-toolkits/guile-gnome/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/guile-gnome/pkg-plist | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index f71b732db312..9c8d69ace9c6 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -7,7 +7,7 @@ PORTNAME= guile-gnome PORTVERSION= 0.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-guile @@ -20,7 +20,7 @@ LIB_DEPENDS= guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_LIBTOOL= yes USE_GNOME= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-bonobo --without-gtkhtml --without-gal \ +CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \ --with-libglade --with-gdkpixbuf --with-ghttp CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/guile-gnome/pkg-plist b/x11-toolkits/guile-gnome/pkg-plist index e07c11dd9f36..581e8f2f3885 100644 --- a/x11-toolkits/guile-gnome/pkg-plist +++ b/x11-toolkits/guile-gnome/pkg-plist @@ -17,6 +17,9 @@ lib/libguilegnome.so.0 lib/libguilegnorba.a lib/libguilegnorba.so lib/libguilegnorba.so.0 +lib/libguilegtkhtml.a +lib/libguilegtkhtml.so +lib/libguilegtkhtml.so.0 lib/libguilezvt.a lib/libguilezvt.so lib/libguilezvt.so.0 @@ -24,6 +27,7 @@ share/gnome/guile-gnome/bonobo.defs share/gnome/guile-gnome/ghttp.defs share/gnome/guile-gnome/gnome.defs share/gnome/guile-gnome/gnorba.defs +share/gnome/guile-gnome/gtkhtml.defs share/gnome/guile-gnome/zvt.defs share/gnome/guile-gtk/gdkpixbuf.defs share/gnome/guile-gtk/libglade.defs @@ -33,6 +37,7 @@ share/gnome/guile/gnome/gnome.scm share/gnome/guile/gnome/gnorba.scm share/gnome/guile/gnome/zvt.scm share/gnome/guile/gtk/gdkpixbuf.scm +share/gnome/guile/gtk/gtkhtml.scm share/gnome/guile/gtk/libglade.scm @dirrm share/gnome/guile/gtk @dirrm share/gnome/guile/gnome |