diff options
author | ade <ade@FreeBSD.org> | 2000-08-18 00:42:50 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-18 00:42:50 +0800 |
commit | 49debcdfbd4ef98aea02bae1332c0228b4382b5a (patch) | |
tree | e7bbcfdcc1a54fbd7bb97fc9dbe088f2d9718d69 /www/encompass | |
parent | dfbb276f0857df5122696eb127bbb3eecb2d9d72 (diff) | |
download | freebsd-ports-gnome-49debcdfbd4ef98aea02bae1332c0228b4382b5a.tar.gz freebsd-ports-gnome-49debcdfbd4ef98aea02bae1332c0228b4382b5a.tar.zst freebsd-ports-gnome-49debcdfbd4ef98aea02bae1332c0228b4382b5a.zip |
Fixes for new gtkhtml
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` |