From e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 6 Dec 2010 21:05:20 +0000 Subject: - Fix build with new tix --- misc/fcalc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') 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 -- cgit