summaryrefslogtreecommitdiff
path: root/www/galeon2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-18 17:32:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-18 17:32:59 +0000
commit66b241a526394d08c9d9afbd3e54ccdcda57b5ca (patch)
tree74c2a504621cd6f1bd7a0ea767657a658071bf68 /www/galeon2
parentAdd missing dependency on graphics/png, remove related BROKEN flag. (diff)
Run the correct version of gconftool.
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Notes
Notes: svn path=/head/; revision=81259
Diffstat (limited to 'www/galeon2')
-rw-r--r--www/galeon2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index ca1b992d978f..9c8293ba61b7 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -91,6 +91,6 @@ post-configure:
s|%%FLASHPLAYER%%|${FLASHPLAYER}|g' ${WRKSRC}/src/galeon
pre-install:
- @-${X11BASE}/bin/gconftool --shutdown
+ @-${X11BASE}/bin/gconftool-2 --shutdown
.include <bsd.port.post.mk>