diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-12-15 16:14:02 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-12-15 16:14:02 +0000 |
commit | 926aa575bc37c3edc131409e23d78273971d428d (patch) | |
tree | 0455b737442a0f1ce1d8707b9c86cb0c15aeade2 | |
parent | Un-break by depending on the ports lablgtk version insteald of bundled one. (diff) |
- Support tcl/tk 8.5
PR: 152706
Submitted by: Martin Matuska <mm@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=266352
-rw-r--r-- | lang/q/Makefile | 2 | ||||
-rw-r--r-- | lang/q/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 90443a293372..345f9ddbd372 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ USE_BISON= build USE_ICONV= yes -USE_TK= 84 +USE_TK= 84+ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include diff --git a/lang/q/distinfo b/lang/q/distinfo index 32ec60e5e44d..4de1ef44f0c1 100644 --- a/lang/q/distinfo +++ b/lang/q/distinfo @@ -1,3 +1,2 @@ -MD5 (q-7.11.tar.gz) = 18ca956aad555b54efacc0de5b2d79bd SHA256 (q-7.11.tar.gz) = 59b9a0993a7c274c535058ae5ceaf243435be3713f83b53ea311bf7269df98d5 SIZE (q-7.11.tar.gz) = 2147297 |