aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql80-server
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-25 10:07:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-25 10:07:46 +0000
commitb6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (patch)
tree5cb9db5eb8ca0e67fcba05547c0ef9443cb310e3 /databases/postgresql80-server
parent41637d44471fe46421e251069fa3e5873a8f2846 (diff)
downloadports-b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e.tar.gz
ports-b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e.zip
tcl80 has been ELFized.
Notes
Notes: svn path=/head/; revision=13388
Diffstat (limited to 'databases/postgresql80-server')
-rw-r--r--databases/postgresql80-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index b649a7582979..d2d06724b61f 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-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