mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Switch to using TK8.0.
Submitted by: gljohns@bellsouth.net PR: ports/8977
This commit is contained in:
parent
2b585a1dd2
commit
14408aea69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15310
@ -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
|
||||
|
@ -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; \
|
||||
|
@ -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
|
||||
|
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user