diff options
author | pav <pav@FreeBSD.org> | 2010-12-07 05:05:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-07 05:05:20 +0800 |
commit | e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2 (patch) | |
tree | 1d01aa8117dfbd907c5ef111551ea3088c9223c8 /misc | |
parent | 575bf139c19504eddfe15f2bb9b2c67fdfd47d36 (diff) | |
download | freebsd-ports-gnome-e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2.tar.gz freebsd-ports-gnome-e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2.tar.zst freebsd-ports-gnome-e3d663dbadc27cbbf44ad5c66cd028a4487a3bf2.zip |
- Fix build with new tix
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 |