diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 07:46:23 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 07:46:23 +0000 |
commit | 61bf11aa5bbde61e77509b75bf4e8ec9512d489c (patch) | |
tree | d11e564aea7da51a739a5073e102071dde73fec0 /converters/xdeview | |
parent | 9ed206d0f511e4b1a499274d2980616b3d3a050e (diff) | |
download | ports-61bf11aa5bbde61e77509b75bf4e8ec9512d489c.tar.gz ports-61bf11aa5bbde61e77509b75bf4e8ec9512d489c.zip |
Notes
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |