diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 17:32:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 17:32:59 +0000 |
commit | 66b241a526394d08c9d9afbd3e54ccdcda57b5ca (patch) | |
tree | 74c2a504621cd6f1bd7a0ea767657a658071bf68 /www/galeon2 | |
parent | 8503b23dfbf820dde311d325832f39577cb74720 (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/Makefile | 2 |
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> |