diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-17 16:42:50 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-17 16:42:50 +0000 |
commit | 854cc897402972a7e0f0cdb128b6b9f7e751b4b9 (patch) | |
tree | 08f1af54a01d3fc1625267e47e20feaf6d8bcaa2 /www/encompass | |
parent | bbbff4f08fa1a3d1ec9fec1bc4b2eda7bd837496 (diff) | |
download | ports-854cc897402972a7e0f0cdb128b6b9f7e751b4b9.tar.gz ports-854cc897402972a7e0f0cdb128b6b9f7e751b4b9.zip |
Fixes for new gtkhtml
Notes
Notes:
svn path=/head/; revision=31718
Diffstat (limited to 'www/encompass')
-rw-r--r-- | www/encompass/Makefile | 2 | ||||
-rw-r--r-- | www/encompass/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index a720fcf6d704..33c2e64187aa 100644 --- a/www/encompass/Makefile +++ b/www/encompass/Makefile @@ -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 \ diff --git a/www/encompass/files/patch-aa b/www/encompass/files/patch-aa index 2587ea6ea01f..7067c1f88392 100644 --- a/www/encompass/files/patch-aa +++ b/www/encompass/files/patch-aa @@ -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` |