From 61bf11aa5bbde61e77509b75bf4e8ec9512d489c Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 17 Aug 2003 07:46:23 +0000 Subject: Switch to tcl/tk 8.4, and add tcl84 virtual category. Reviewed by: maintainer --- converters/xdeview/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'converters/xdeview') diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 2b3a7288d7db..df140a428163 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdeview PORTVERSION= 0.5.18 -CATEGORIES= converters tk83 +CATEGORIES= converters tcl84 tk84 MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= hoek@FreeBSD.org COMMENT= An X11 program for uu/xx/Base64/BinHex/yEnc de-/encoding LIB_DEPENDS= uu.2:${PORTSDIR}/converters/uulib \ - tk83.1:${PORTSDIR}/x11-toolkits/tk83 + tk84.1:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE= yes # Explicitly disable Tcl otherwise the configure script picks-up @@ -23,9 +23,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tcl --disable-tk # Season to taste --- anything better or equal to tcl8.0 is probably okay CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib \ - -lX11 -ltcl83 -ltk83 -lm" \ - CPPFLAGS="-I${LOCALBASE}/include/tcl8.3 -DHAVE_TCL \ - -I${LOCALBASE}/include/tk8.3 -DHAVE_TK \ + -lX11 -ltcl84 -ltk84 -lm" \ + CPPFLAGS="-I${LOCALBASE}/include/tcl8.4 -DHAVE_TCL \ + -I${LOCALBASE}/include/tk8.4 -DHAVE_TK \ -I${X11BASE}/include" ALL_TARGET= xdeview -- cgit v1.2.3