Fixes for new gtkhtml
This commit is contained in:
parent
bbbff4f08f
commit
854cc89740
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31718
@ -13,7 +13,7 @@ MASTER_SITES= http://www.geocities.com/lordzephyroth/
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||
gtkhtml.3:${PORTSDIR}/www/gtkhtml \
|
||||
gtkhtml.4:${PORTSDIR}/www/gtkhtml \
|
||||
glibwww.1:${PORTSDIR}/www/glibwww2 \
|
||||
gconf-1.0:${PORTSDIR}/devel/gconf
|
||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
||||
|
@ -7,7 +7,7 @@
|
||||
-CFLAGS = -g `gnome-config --cflags gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
- `libwww-config --cflags`
|
||||
+CFLAGS += `$(X11BASE)/bin/gnome-config --cflags gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
+ `$(LOCALBASE)/bin/libwww-config --cflags`
|
||||
+ `$(LOCALBASE)/bin/libwww-config --cflags` `$(X11BASE)/bin/gconf-config --cflags gconf`
|
||||
LDFLAGS =
|
||||
-LIBS = `gnome-config --libs gtk gnome gnomeui gtkhtml glibwww oaf` \
|
||||
- `libwww-config --libs` `gconf-config --libs gconf`
|
||||
|
Loading…
Reference in New Issue
Block a user