diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-03-10 06:21:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-03-10 06:21:56 +0000 |
commit | f47ee00dd937698f2aebeca556aacdb736e10ebd (patch) | |
tree | 6fab39eb3d22d0e30ef263b21d46faa558500fe6 | |
parent | Update to 0.3.0 and add SIZE. (diff) |
Label the configuration dialog.
PR: ports/63097
Submitted by: Ken Stailey <kstailey@yahoo.com>
Notes
Notes:
svn path=/head/; revision=103498
-rw-r--r-- | lang/pike70/scripts/configure.pike | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike70/scripts/configure.pike b/lang/pike70/scripts/configure.pike index ae4798790bb2..e72e2c0acdfd 100644 --- a/lang/pike70/scripts/configure.pike +++ b/lang/pike70/scripts/configure.pike @@ -4,7 +4,7 @@ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit fi -/usr/bin/dialog --title "configuration options" --clear \ +/usr/bin/dialog --title "Pike configuration options" --clear \ --checklist "\n\ Please select desired options:" -1 -1 11 \ FreeType "TrueType font rendering" OFF \ |