1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fixes for new gtkhtml

This commit is contained in:
Ade Lovett 2000-08-17 16:42:50 +00:00
parent bbbff4f08f
commit 854cc89740
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31718
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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`