1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Switch to using TK8.0.

Submitted by:	gljohns@bellsouth.net
PR:		ports/8977
This commit is contained in:
Justin M. Seger 1998-12-12 21:41:25 +00:00
parent 2b585a1dd2
commit 14408aea69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15310
4 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Date created: 24 September, 1998
# Whom: kline
#
# $Id: Makefile,v 1.1 1998/09/26 01:43:22 kline Exp kline $
# $Id: Makefile,v 1.9 1998/10/10 03:47:31 steve Exp $
#
DISTNAME= cbb-0.74
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \
MAINTAINER= kline@thought.org
RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
NO_BUILD= yes
USE_PERL5= yes

View File

@ -2,7 +2,7 @@
+++ Makefile Fri Oct 10 20:52:22 1997
@@ -26,14 +26,15 @@
CBB_ROOT = cbb-0.73
CBB_ROOT = cbb-0.74
TAR = tar
-PERL = perl
+PERL = ${PERL5}
@ -14,7 +14,7 @@
install:
- $(PERL) install.pl
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0
docs/cbb-man.dvi: docs/cbb-man.tex
(cd docs; \

View File

@ -3,7 +3,7 @@
# Date created: 24 September, 1998
# Whom: kline
#
# $Id: Makefile,v 1.1 1998/09/26 01:43:22 kline Exp kline $
# $Id: Makefile,v 1.9 1998/10/10 03:47:31 steve Exp $
#
DISTNAME= cbb-0.74
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \
MAINTAINER= kline@thought.org
RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
NO_BUILD= yes
USE_PERL5= yes

View File

@ -2,7 +2,7 @@
+++ Makefile Fri Oct 10 20:52:22 1997
@@ -26,14 +26,15 @@
CBB_ROOT = cbb-0.73
CBB_ROOT = cbb-0.74
TAR = tar
-PERL = perl
+PERL = ${PERL5}
@ -14,7 +14,7 @@
install:
- $(PERL) install.pl
+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0
docs/cbb-man.dvi: docs/cbb-man.tex
(cd docs; \