diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:07:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:07:46 +0000 |
commit | b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (patch) | |
tree | 5cb9db5eb8ca0e67fcba05547c0ef9443cb310e3 /databases/postgresql73-server | |
parent | 41637d44471fe46421e251069fa3e5873a8f2846 (diff) | |
download | ports-b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e.tar.gz ports-b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e.zip |
Notes
Diffstat (limited to 'databases/postgresql73-server')
-rw-r--r-- | databases/postgresql73-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile index b649a7582979..d2d06724b61f 100644 --- a/databases/postgresql73-server/Makefile +++ b/databases/postgresql73-server/Makefile @@ -3,7 +3,7 @@ # Date created: April 2, 1997 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $Id: Makefile,v 1.24 1998/04/21 21:51:51 andreas Exp $ +# $Id: Makefile,v 1.25 1998/04/22 08:28:07 asami Exp $ # DISTNAME= postgresql-6.3.2 @@ -16,7 +16,7 @@ MAINTAINER= andreas@FreeBSD.ORG # 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 -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 WITH_TCL= --with-tcl .endif |