diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-06 21:05:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-06 21:05:20 +0000 |
commit | c2925123a1af56b2e9def4377f9f777f4ca9cf7c (patch) | |
tree | 573f0e3d777d909d41c02bc4302e0d43050d9eea /misc | |
parent | 03109fc783b6d728952ab7a8a34d9747554e3a1b (diff) | |
download | ports-c2925123a1af56b2e9def4377f9f777f4ca9cf7c.tar.gz ports-c2925123a1af56b2e9def4377f9f777f4ca9cf7c.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fcalc/Makefile b/misc/fcalc/Makefile index c1051fb5bec5..795167aa953f 100644 --- a/misc/fcalc/Makefile +++ b/misc/fcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= fcalc PORTVERSION= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ DISTNAME= ${PORTNAME}-tcl @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-tcl MAINTAINER= ports@FreeBSD.org COMMENT= F/Calc is a calculator for photographic formulas -RUN_DEPENDS= ${LOCALBASE}/lib/tix8.1/Tix.tcl:${PORTSDIR}/x11-toolkits/tix +RUN_DEPENDS= ${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix NO_BUILD= yes USE_XORG= x11 xt |