View | Details | Raw Unified | Return to bug 16951
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 3-9 Link Here
3
# Date created:		November 13, 1998
3
# Date created:		November 13, 1998
4
# Whom:			Marc G. Fournier <scrappy@FreeBSD.org>
4
# Whom:			Marc G. Fournier <scrappy@FreeBSD.org>
5
#
5
#
6
# $FreeBSD: /ports/databases/postgresql/Makefile,v 1.51 2000/01/03 06:45:51 andreas Exp $
6
# $FreeBSD: /home/cvs/FreeBSD//ports/databases/postgresql/Makefile,v 1.51 2000/01/03 06:45:51 andreas Exp $
7
#
7
#
8
8
9
DISTNAME=	postgresql-6.5.3
9
DISTNAME=	postgresql-6.5.3
Lines 25-35 Link Here
25
# if you want to use the tcl/tk frontend pgaccess, then you need to build
25
# if you want to use the tcl/tk frontend pgaccess, then you need to build
26
# postgresql with tcl support by typing: make USE_TCL=yes
26
# postgresql with tcl support by typing: make USE_TCL=yes
27
.if defined(USE_TCL)
27
.if defined(USE_TCL)
28
TCL_INCDIR=	${LOCALBASE}/include/tcl8.0
28
TCL_INCDIR=	${LOCALBASE}/include/tcl8.2
29
TK_INCDIR=	${LOCALBASE}/include/tk8.0
29
TK_INCDIR=	${LOCALBASE}/include/tk8.2
30
MAKE_ENV=	USE_TCL=true TCL_INCDIR=${TCL_INCDIR}
30
MAKE_ENV=	USE_TCL=true TCL_INCDIR=${TCL_INCDIR}
31
LIB_DEPENDS=	tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80
31
LIB_DEPENDS=	tcl82.1:${PORTSDIR}/lang/tcl82 tk82.1:${PORTSDIR}/x11-toolkits/tk82
32
WITH_TCL=	--with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0"
32
WITH_TCL=	--with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.2 ${LOCALBASE}/lib/tk8.2"
33
.endif
33
.endif
34
34
35
# if you want jdbc, type make USE_JDBC=yes
35
# if you want jdbc, type make USE_JDBC=yes

Return to bug 16951