diff options
Diffstat (limited to 'japanese/postgresql7/scripts/configure.postgresql')
| -rw-r--r-- | japanese/postgresql7/scripts/configure.postgresql | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/japanese/postgresql7/scripts/configure.postgresql b/japanese/postgresql7/scripts/configure.postgresql index 68101188e78c..26d1fa5312ee 100644 --- a/japanese/postgresql7/scripts/configure.postgresql +++ b/japanese/postgresql7/scripts/configure.postgresql @@ -2,7 +2,7 @@  # -*- tab-width: 4; -*-  # ex:ts=4  # -# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql7/scripts/Attic/configure.postgresql,v 1.1 2001-05-08 12:36:01 knu Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql7/scripts/Attic/configure.postgresql,v 1.2 2001-06-13 03:14:36 knu Exp $  #  if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then  	exit @@ -15,7 +15,7 @@ if [ ! "${BATCH}" ]; then  fi  if [ "${BATCH}" ]; then -	set \"MultiByte\" \"ODBC\" \"SSL\" +	set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\"  else  	/usr/bin/dialog --title "configuration options" --clear \  					--checklist "\n\ | 
