diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:05:14 +0800 |
commit | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (patch) | |
tree | 0d64327181ccf3824a6202fcaaa55bf071919c72 /x11-toolkits | |
parent | 260f894e40f28b9f4bc51dc630b4a0462962c9a1 (diff) | |
download | freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.gz freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.zst freebsd-ports-gnome-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.zip |
tk80 has been ELFized.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/tix/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index daa4c1cafa18..83db1a75068c 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,7 +3,7 @@ # Date created: 22 September 1998 # Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.19 1998/08/07 23:56:50 asami Exp $ +# $Id: Makefile,v 1.20 1998/09/22 09:23:55 kjc Exp $ # DISTNAME= BLT2.4f @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.tcltk.com/pub/blt/ MAINTAINER= kjc@csl.sony.co.jp -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/blt2.4f GNU_CONFIGURE= yes diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index e53e8fadff91..a3717d80c29d 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.18 1998/08/28 19:32:23 wosch Exp $ +# $Id: Makefile,v 1.19 1998/09/15 21:31:59 asami Exp $ # DISTNAME= Tk800.008 @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= Tk MAINTAINER= jfitz@FreeBSD.ORG #BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:${PORTSDIR}/www/p5-libwww -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 USE_PERL5= YES diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 8ec0c91e6ed7..80268b722930 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.16 1998/08/07 22:56:40 asami Exp $ +# $Id: Makefile,v 1.17 1998/08/07 23:56:52 asami Exp $ # DISTNAME= Tix4.1.0.006 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.xpi.com/pub/ MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/Tix4.1.0/unix/tk8.0 GNU_CONFIGURE= yes |