mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Enable gtkhtml support (gal support is currently broken here).
This commit is contained in:
parent
476f9d202b
commit
b6d7eaf430
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44218
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user