summaryrefslogtreecommitdiff
path: root/japanese/postgresql
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-28 10:30:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-28 10:30:52 +0000
commit364e71f73c45808a559b0747e95614f64867541f (patch)
tree3c14fcafed2715241b71962345cc2a12d9c4bfb3 /japanese/postgresql
parentMy goodness. Why did you decrease the a.out shlib number from 1.2 to (diff)
Remove regexp support for tcl76jp/tk42jp.
Notes
Notes: svn path=/head/; revision=13520
Diffstat (limited to 'japanese/postgresql')
-rw-r--r--japanese/postgresql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile
index 20dcae11e8cd..b5aebd50c772 100644
--- a/japanese/postgresql/Makefile
+++ b/japanese/postgresql/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Aug 1998
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/09/08 15:30:19 kuriyama Exp $
#
DISTNAME= postgresql-6.3.2
@@ -25,8 +25,8 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E -p1
# postgresql with tcl support by typing: make USE_TCL=yes
.if defined(USE_TCL)
MAKE_ENV= USE_TCL=true TCL_INCDIR=${PREFIX}/include/tcl7.6
-LIB_DEPENDS= tcl76jp\\.1\\.:${PORTSDIR}/japanese/tcl76 \
- tk42jp\\.1\\.:${PORTSDIR}/japanese/tk42
+LIB_DEPENDS= tcl76jp.1:${PORTSDIR}/japanese/tcl76 \
+ tk42jp.1:${PORTSDIR}/japanese/tk42
WITH_TCL= --with-tcl
PLIST= ${PKGDIR}/PLIST.tcl
.endif