diff options
Diffstat (limited to 'databases/postgresql73')
| -rw-r--r-- | databases/postgresql73/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile index acbe10c0c3b1..d582b8312d6a 100644 --- a/databases/postgresql73/Makefile +++ b/databases/postgresql73/Makefile @@ -3,7 +3,7 @@  # Date created:		April 2, 1997  # Whom:			Marc G. Fournier <scrappy@FreeBSD.ORG>  # -# $Id: Makefile,v 1.20 1997/11/26 23:42:12 jseger Exp $ +# $Id: Makefile,v 1.21 1997/12/04 11:44:52 asami Exp $  DISTNAME=	postgresql-6.2.1  CATEGORIES=	databases @@ -15,7 +15,7 @@ MAINTAINER=	andreas@FreeBSD.ORG  # if you want to use the tcl/tk frontend pgaccess, then you need to build  # postgresql with tcl support by typing: make USE_TCL=yes  .if defined(USE_TCL) -MAKE_ENV+=	USE_TCL=true TCL_INCDIR=${PREFIX}/include/tcl8.0 +MAKE_ENV=	USE_TCL=true TCL_INCDIR=${PREFIX}/include/tcl8.0  LIB_DEPENDS=	tcl80\\.1\\.:${PORTSDIR}/lang/tcl80  .endif @@ -25,7 +25,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/src  USE_GMAKE=	YES  MAKEFILE=	GNUmakefile  HAS_CONFIGURE=	YES -CONFIGURE_ARGS+=--prefix=${PREFIX}/pgsql \ +CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \  		--enable-locale \  		--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'`  | 
