summaryrefslogtreecommitdiff
path: root/www/gtkhtml/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-25 05:40:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-25 05:40:49 +0000
commit8108744cf62942d79d2d7f88aa9970188c61a83a (patch)
treeaca409691d19a530bd97c61a49563b028b66ea57 /www/gtkhtml/Makefile
parentFix on -CURRENT where 'c' node entries for CD devices don't exist. (diff)
Remove gconf support. This fixes crashes encountered in apps such
as GnuCash when trying to view reports or help documents. Obtained from: marcus
Notes
Notes: svn path=/head/; revision=89312
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r--www/gtkhtml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile
index ce9599e785fd..1c889a788754 100644
--- a/www/gtkhtml/Makefile
+++ b/www/gtkhtml/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gtkhtml
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
@@ -24,7 +25,7 @@ USE_GNOME= gnomehack gnomeprefix gnomehier glibwww libghttp libcapplet gal
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
-CONFIGURE_ARGS= --with-gconf=yes
+CONFIGURE_ARGS= --with-gconf=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"