diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 07:57:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 07:57:15 +0000 |
commit | 83a65a2fb0149300dc7e95223e75dd7627f43fea (patch) | |
tree | e2e21b3d114f71d2fe0309835da2bbce6680c9f7 /lang/tclX | |
parent | aaf8c8f9cd16e1d090ff2fdfc2ebd9b996169665 (diff) | |
download | ports-83a65a2fb0149300dc7e95223e75dd7627f43fea.tar.gz ports-83a65a2fb0149300dc7e95223e75dd7627f43fea.zip |
Notes
Diffstat (limited to 'lang/tclX')
-rw-r--r-- | lang/tclX/Makefile | 16 | ||||
-rw-r--r-- | lang/tclX/distinfo | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index aece5e11af3d..ca38977c76bc 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: tclX -# Version required: 7.5 +# Version required: 7.5.2 # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.5 1996/06/17 10:00:38 asami Exp $ +# $Id: Makefile,v 1.6 1996/06/30 19:29:51 andreas Exp $ # -DISTNAME= tclX7.5.0 -PKGNAME= tclX-7.5 +DISTNAME= tclX7.5.2 +PKGNAME= tclX-7.5.2 CATEGORIES+= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ @@ -18,8 +18,8 @@ TK_DIR= ${PORTSDIR}/x11/tk41 TK_SRC= ${TK_DIR}/work/tk4.1 DEPENDS= ${TCL_DIR} ${TK_DIR} -LIB_DEPENDS= tcl7\\.5\\.1:${TCL_DIR} \ - tk4\\.1\\.1:${TK_DIR} +LIB_DEPENDS= tcl75\\.1:${TCL_DIR} \ + tk41\\.1:${TK_DIR} WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes @@ -29,11 +29,11 @@ pre-configure: cd ${WRKSRC} ; \ mv Config.mk Config.mk.orig2 && \ sed -e 's;TCL_SRC=$${srcbasedir};TCL_SRC=${TCL_SRC};' \ - -e 's;TCL_CONFIG=$${srcbasedir};TCL_CONFIG=${TCL_SRC};' \ + -e 's;TCL_BUILD=$${bldbasedir};TCL_BUILD=${TCL_SRC};' \ -e 's;TCL_LIB=$${bldbasedir};TCL_LIB=${TCL_SRC};' \ -e 's;TCL_SHLIB_DIR=$${bldbasedir};TCL_SHLIB_DIR=${TCL_SRC};' \ -e 's;TK_SRC=$${srcbasedir};TK_SRC=${TK_SRC};' \ - -e 's;TK_CONFIG=$${srcbasedir};TK_CONFIG=${TK_SRC};' \ + -e 's;TK_BUILD=$${bldbasedir};TK_BUILD=${TK_SRC};' \ -e 's;TK_LIB=$${bldbasedir};TK_LIB=${TK_SRC};' \ -e 's;TK_SHLIB_DIR=$${bldbasedir};TK_SHLIB_DIR=${TK_SRC};' \ Config.mk.orig2 >Config.mk diff --git a/lang/tclX/distinfo b/lang/tclX/distinfo index 269c96cd7770..e941ceef8a8b 100644 --- a/lang/tclX/distinfo +++ b/lang/tclX/distinfo @@ -1 +1 @@ -MD5 (tclX7.5.0.tar.gz) = 91bd5f5b10769c77271d8c48b06c87de +MD5 (tclX7.5.2.tar.gz) = b32202022f9c54685daa236a88a8d303 |