aboutsummaryrefslogtreecommitdiffstats
path: root/www/flock/files
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-11-02 02:14:37 +0800
committeralane <alane@FreeBSD.org>2002-11-02 02:14:37 +0800
commit12ef932085ca1c4c6ea2b23fbbf037cc1b8bd7b3 (patch)
tree9221bb6a28fba76be4edb99ee6053cf4f3437182 /www/flock/files
parenta49667c78c23652e5bc7b869c1b282ad24ef07f4 (diff)
downloadfreebsd-ports-gnome-12ef932085ca1c4c6ea2b23fbbf037cc1b8bd7b3.tar.gz
freebsd-ports-gnome-12ef932085ca1c4c6ea2b23fbbf037cc1b8bd7b3.tar.zst
freebsd-ports-gnome-12ef932085ca1c4c6ea2b23fbbf037cc1b8bd7b3.zip
Fixed another dumb idiot thing to do without reverting to system perl
and checking it. I think I must have left my brain asleep in bed this morning.
Diffstat (limited to 'www/flock/files')
-rw-r--r--www/flock/files/mozconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in
index 3c0b881a3af9..6b8dc649d147 100644
--- a/www/flock/files/mozconfig.in
+++ b/www/flock/files/mozconfig.in
@@ -13,7 +13,7 @@ ac_add_options --disable-composer
# FBSD specific
export CFLAGS="@CFLAGS@"
export LIBS="@LIBS@"
-test -x /usr/bin/PERL && export PERL=/usr/bin/perl \
+test -x /usr/bin/perl && export PERL=/usr/bin/perl \
|| export PERL=/usr/local/bin/perl
mk_add_options PERL=$PERL
export GTK_CONFIG=@X11BASE@/bin/gtk12-config