diff options
author | asami <asami@FreeBSD.org> | 1998-09-28 18:30:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-28 18:30:52 +0800 |
commit | 273aca73c5bb8f684e72df2232fa83fb1d092164 (patch) | |
tree | 5fa676d5c25fd06a793dda864be286cea55d0209 /japanese | |
parent | 152892988b798831cbd0f778cec5b8274cf2c29f (diff) | |
download | freebsd-ports-gnome-273aca73c5bb8f684e72df2232fa83fb1d092164.tar.gz freebsd-ports-gnome-273aca73c5bb8f684e72df2232fa83fb1d092164.tar.zst freebsd-ports-gnome-273aca73c5bb8f684e72df2232fa83fb1d092164.zip |
Remove regexp support for tcl76jp/tk42jp.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 6 | ||||
-rw-r--r-- | japanese/postgresql/Makefile | 6 | ||||
-rw-r--r-- | japanese/postgresql7/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index 20dcae11e8cd..b5aebd50c772 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/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 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 diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index 20dcae11e8cd..b5aebd50c772 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/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 |